com.tirsen.angkor.event
Class ActionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.tirsen.angkor.event.ActionEvent
All Implemented Interfaces:
java.io.Serializable

public class ActionEvent
extends java.util.EventObject

Indicates the event of a component-defined action.

Version:
$Revision: 1.2 $
Author:
$Author: tirsen $
See Also:
ActionListener, 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 © 2002-2002 . All Rights Reserved.