public interface IConnectionListener
Modifier and Type | Method and Description |
---|---|
void |
notifyConnected(IConnection conn)
A new connection was established.
|
void |
notifyDisconnected(IConnection conn)
A connection was disconnected.
|
void notifyConnected(IConnection conn)
conn
- the new connectionvoid notifyDisconnected(IConnection conn)
conn
- the disconnected connectionCopyright © 2006-2012 The Red5 Project