public interface ISharedObjectEvent
Modifier and Type | Interface and Description |
---|---|
static class |
ISharedObjectEvent.Type |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the key of the event.
|
ISharedObjectEvent.Type |
getType()
Returns the type of the event.
|
Object |
getValue()
Returns the value of the event.
|
ISharedObjectEvent.Type getType()
String getKey()
null
.Object getValue()
null
.Copyright © 2006-2012 The Red5 Project