|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Evented<T>
An interface indicating that a given action has a related event it wants to be published once the action completes.
Method Summary | |
---|---|
T |
getEventToPublish(java.lang.String result)
Gets the event to publish. |
Method Detail |
---|
T getEventToPublish(java.lang.String result)
result
- the result of the action executing.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |