public interface IEvent
| Modifier and Type | Interface and Description |
|---|---|
static class |
IEvent.Type |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject()
Returns event context object
|
IEventListener |
getSource()
Returns event listener
|
IEvent.Type |
getType()
Returns even type
|
boolean |
hasSource()
Whether event has source (event listener(s))
|
IEvent.Type getType()
Object getObject()
boolean hasSource()
trueif so,
falseotherwise
IEventListener getSource()
Copyright © 2005–2017 Red5. All rights reserved.