Interface IScopeListener


public interface IScopeListener
Interface for listeners to scope events.
Author:
The Red5 Project, Joachim Bauch (bauch@struktur.de)
  • Method Details

    • 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