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()
true
if so, false
otherwiseIEventListener getSource()
Copyright © 2006-2012 The Red5 Project