Interface IEvent
-
- All Known Implementing Classes:
Event
public interface IEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
get(int index)
String
getClassName()
EventHandle
getEventHandle()
int
getId()
String
getName()
int
getPopulationId()
IEventTarget
getTarget()
void
to(EventHandle e, IEventTarget target)
EventHandle
to(IEventTarget target)
boolean
toSelf()
EventHandle
toSelf(IEventTarget target)
-
-
-
Method Detail
-
getEventHandle
EventHandle getEventHandle()
-
getPopulationId
int getPopulationId()
-
getName
String getName()
-
getClassName
String getClassName()
-
getId
int getId()
-
get
Object get(int index) throws XtumlException
- Throws:
XtumlException
-
getTarget
IEventTarget getTarget()
-
toSelf
boolean toSelf()
-
to
EventHandle to(IEventTarget target)
-
to
void to(EventHandle e, IEventTarget target)
-
toSelf
EventHandle toSelf(IEventTarget target)
-
-