Interface IScopeListener

All Known Implementing Classes:
ScopeListenerAdapter

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
    • notifyBasicScopeAdded

      void notifyBasicScopeAdded(IBasicScope scope)
      A basic scope has been added.
      Parameters:
      scope - the added scope
    • notifyBasicScopeRemoved

      void notifyBasicScopeRemoved(IBasicScope scope)
      A basic scope has been removed.
      Parameters:
      scope - the removed scope