Package org.red5.server.api.listeners
Class AbstractConnectionListener
java.lang.Object
org.red5.server.api.listeners.AbstractConnectionListener
- All Implemented Interfaces:
PropertyChangeListener,EventListener,IConnectionListener
Abstract implementation / adapter for connection listeners.
- Author:
- Paul Gregoire (mondain@gmail.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidnotifyConnected(IConnection conn) A new connection was established.abstract voidA connection was disconnected.void
-
Constructor Details
-
AbstractConnectionListener
public AbstractConnectionListener()
-
-
Method Details
-
notifyConnected
Description copied from interface:IConnectionListenerA new connection was established.- Specified by:
notifyConnectedin interfaceIConnectionListener- Parameters:
conn- the new connection
-
notifyDisconnected
Description copied from interface:IConnectionListenerA connection was disconnected.- Specified by:
notifyDisconnectedin interfaceIConnectionListener- Parameters:
conn- the disconnected connection
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-