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 © 2005–2017 Red5. All rights reserved.