|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ListenerType - type of the event listener.public interface IEventCaller<ListenerType extends IEventListener>
Interface for calling event for event workers.
| Method Summary | |
|---|---|
void |
callFor(ListenerType listener)
Implementing class should call the particular listener function in this method. |
| Method Detail |
|---|
void callFor(ListenerType listener)
listener - listener on which some method should be called
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||