com.maryanovsky.gwtutils.client.event
Class ChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.maryanovsky.gwtutils.client.event.ChangeEvent
All Implemented Interfaces:
Serializable

public class ChangeEvent
extends EventObject

The event for some kind of change. See also ChangeListener.

Author:
Maryanovsky Alexander
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ChangeEvent(Object source)
          Creates a new ChangeEvent with the specified source object.
 
Method Summary
 
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(Object source)
Creates a new ChangeEvent with the specified source object.