|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEvent
IEvent defines an event interface for events raised by the
Shirako implementation. In the current version, such events are intended
primarily for debugging, testing, and verification purposes.
| Method Summary | |
|---|---|
IActor |
getActor()
Returns the actor this event is associated with. |
int |
getComponent()
Returns the identifier of the the component that raised the event: e.g., actor class, configuration object, actor proxy, etc. |
int |
getId()
Returns the identifier of the event type (unique within the component). |
java.lang.Object |
getSubject()
Returns the subject of the event. |
| Method Detail |
|---|
IActor getActor()
java.lang.Object getSubject()
int getComponent()
int getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||