|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of the event parameterpublic interface IListener1<T>
Interface for classes that can receive parameterless events having a single parameter
Method Summary | |
---|---|
void |
handle(T value)
This method is called whenever a class we're listening to emits an event |
Method Detail |
---|
void handle(T value)
value
- the event parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |