tweed.action
Class ActionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--tweed.action.ActionEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActionEndEvent, ActionStartEvent

public abstract class ActionEvent
extends java.util.EventObject

Base class for events informing that an ContextAction has started or ended.

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

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

ActionEvent

public ActionEvent(java.lang.Object source)


Copyright © 2003 Laurent Caillette. All Rights Reserved.