Package | Description |
---|---|
org.red5.server.api.event | |
org.red5.server.net.rtmp.event | |
org.red5.server.so |
Modifier and Type | Method and Description |
---|---|
IEvent.Type |
IEvent.getType()
Returns even type
|
static IEvent.Type |
IEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IEvent.Type[] |
IEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IEvent.Type |
BaseEvent.getType()
Returns even type
|
Modifier and Type | Method and Description |
---|---|
void |
BaseEvent.setType(IEvent.Type type) |
Constructor and Description |
---|
BaseEvent(IEvent.Type type)
Create new event of given type
|
BaseEvent(IEvent.Type type,
IEventListener source)
Create new event of given type
|
Modifier and Type | Method and Description |
---|---|
IEvent.Type |
SharedObjectMessage.getType()
Returns even type
|
Copyright © 2006-2012 The Red5 Project