tweed.action
Class ActionEndEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--tweed.action.ActionEvent
              |
              +--tweed.action.ActionEndEvent
All Implemented Interfaces:
java.io.Serializable

public class ActionEndEvent
extends ActionEvent

An events informing that a ContextAction has ended.

Version:
$Id$
Author:
Laurent Caillette
See Also:
Serialized Form

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

ActionEndEvent

public ActionEndEvent(java.lang.Object source,
                      boolean success)
Method Detail

isSuccess

public boolean isSuccess()
Returns if the related Action was performed without any exception.

Returns:
true if no exception occured, false otherwise.


Copyright © 2003 Laurent Caillette. All Rights Reserved.