Interface IConnectionListener

All Superinterfaces:
EventListener, PropertyChangeListener
All Known Implementing Classes:
AbstractConnectionListener

public interface IConnectionListener extends PropertyChangeListener
Interface for listeners to connection events and property changes.
Author:
The Red5 Project, Joachim Bauch (bauch@struktur.de), Paul Gregoire (mondain@gmail.com)
  • Method Details

    • notifyConnected

      void notifyConnected(IConnection conn)
      A new connection was established.
      Parameters:
      conn - the new connection
    • notifyDisconnected

      void notifyDisconnected(IConnection conn)
      A connection was disconnected.
      Parameters:
      conn - the disconnected connection