|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IScopeListener | |
---|---|
org.red5.server | |
org.red5.server.api |
Uses of IScopeListener in org.red5.server |
---|
Fields in org.red5.server with type parameters of type IScopeListener | |
---|---|
Set<IScopeListener> |
Server.scopeListeners
|
Methods in org.red5.server with parameters of type IScopeListener | |
---|---|
void |
Server.addListener(IScopeListener listener)
Add listener to get notified about scope events. |
void |
Server.removeListener(IScopeListener listener)
Remove listener that got notified about scope events. |
Uses of IScopeListener in org.red5.server.api |
---|
Methods in org.red5.server.api with parameters of type IScopeListener | |
---|---|
void |
IServer.addListener(IScopeListener listener)
Add listener to get notified about scope events. |
void |
IServer.removeListener(IScopeListener listener)
Remove listener that got notified about scope events. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |