com.tirsen.angkor.event
Class ChangeEvent

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

public class ChangeEvent
extends java.util.EventObject

ChangeEvent is used to notify interested parties that state has changed in the event source. The listener needs to determine by itself the change that actually occured.

Version:
$Revision: 1.2 $
Author:
$Author: tirsen $
See Also:
ActionListener, Serialized Form

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

ChangeEvent

public ChangeEvent(java.lang.Object source)


Copyright © 2002-2002 . All Rights Reserved.