Package org.red5.server.api.listeners
Interface IConnectionListener
- All Superinterfaces:
EventListener,PropertyChangeListener
- All Known Implementing Classes:
AbstractConnectionListener
Interface for listeners to connection events and property changes.
- Author:
- The Red5 Project, Joachim Bauch (bauch@struktur.de), Paul Gregoire (mondain@gmail.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyConnected(IConnection conn) A new connection was established.voidA connection was disconnected.Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
-
Method Details
-
notifyConnected
A new connection was established.- Parameters:
conn- the new connection
-
notifyDisconnected
A connection was disconnected.- Parameters:
conn- the disconnected connection
-