Package org.red5.server.api.listeners
Interface IScopeListener
public interface IScopeListener
Interface for listeners to scope events.
- Author:
- The Red5 Project, Joachim Bauch (bauch@struktur.de)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyScopeCreated
(IScope scope) A scope has been created.void
notifyScopeRemoved
(IScope scope) A scope has been removed.
-
Method Details
-
notifyScopeCreated
A scope has been created.- Parameters:
scope
- the new scope
-
notifyScopeRemoved
A scope has been removed.- Parameters:
scope
- the removed scope
-