tweed.action
Class ActionStartEvent

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

public class ActionStartEvent
extends ActionEvent

An events informing that a ContextAction has started.

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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ActionStartEvent(java.lang.Object source)
           
 
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

ActionStartEvent

public ActionStartEvent(java.lang.Object source)


Copyright © 2003 Laurent Caillette. All Rights Reserved.