|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--tweed.action.ActionEvent | +--tweed.action.ActionEndEvent
An events informing that a ContextAction
has ended.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ActionEndEvent(java.lang.Object source,
boolean success)
|
Method Summary | |
boolean |
isSuccess()
Returns if the related Action was performed without any exception. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ActionEndEvent(java.lang.Object source, boolean success)
Method Detail |
public boolean isSuccess()
true
if no exception occured, false
otherwise.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |