org.tm4j.tmnav.app.event .Event
Description
The base interface for panckoucke events. Since an event implementation should be immutable, no setters are defined in this interface.
Implementations of this interface
| Method Summary | |
|---|---|
| java.lang.Object | getClientData() |
| EventType | getEventType() |
| java.lang.Object | getRelatedObject() |
| java.lang.Object | getSource() |
Related Topics
Is Contained By
Is Imported By
Is Type For
