org.red5.server.api.listeners
Interface IScopeListener


public interface IScopeListener

Interface for listeners to scope events.

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

Method Summary
 void notifyScopeCreated(IScope scope)
          A scope has been created.
 void notifyScopeRemoved(IScope scope)
          A scope has been removed.
 

Method Detail

notifyScopeCreated

void notifyScopeCreated(IScope scope)
A scope has been created.

Parameters:
scope - the new scope

notifyScopeRemoved

void notifyScopeRemoved(IScope scope)
A scope has been removed.

Parameters:
scope - the removed scope


Copyright © 2006-2012 The Red5 Project