org.red5.server.api.listeners
Interface IConnectionListener


public interface IConnectionListener

Interface for listeners to connection events.

Author:
The Red5 Project ([email protected]), Joachim Bauch ([email protected])

Method Summary
 void notifyConnected(IConnection conn)
          A new connection was established.
 void notifyDisconnected(IConnection conn)
          A connection was disconnected.
 

Method Detail

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


Copyright © 2006-2012 The Red5 Project