Interface IEventTarget
-
- All Known Subinterfaces:
IModelInstance<T,C>
- All Known Implementing Classes:
ModelInstance
public interface IEventTarget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(IEvent event)intgetCurrentState()UniqueIdgetInstanceId()StringgetKeyLetters()
-
-
-
Method Detail
-
accept
void accept(IEvent event) throws XtumlException
- Throws:
XtumlException
-
getCurrentState
int getCurrentState() throws XtumlException- Throws:
XtumlException
-
getInstanceId
UniqueId getInstanceId()
-
getKeyLetters
String getKeyLetters()
-
-