|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
EVENT - An instance of IEventRESULT - The result objectpublic interface IAggregateListener<EVENT extends IEvent,RESULT>
Represents a Listener that is executed by a IEventMulticaster. The result
from the Execution will be aggregated in a AggregateResultReference for access
by the caller. The contract is still the same as IListener.
| Method Summary | |
|---|---|
Enum<?> |
getToken()
Return the Token to associate the result. |
void |
setToken(Enum<?> token)
Set the token to use in association. |
| Methods inherited from interface org.yestech.event.listener.IListener |
|---|
deregister, getMulticaster, handle, register, setMulticaster |
| Method Detail |
|---|
Enum<?> getToken()
void setToken(Enum<?> token)
token - The Token
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||