com.droplets.api.event
Class ObjectInvalidationEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.droplets.api.event.ObjectInvalidationEvent
All Implemented Interfaces:
java.io.Serializable

public class ObjectInvalidationEvent
extends java.util.EventObject

Event fired when a Droplets API object is invalidated, meaning it can no longer be used. See Window, Application, and Component for more details.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ObjectInvalidationEvent(java.lang.Object source)
          Constructs a new ObjectInvalidationEvent.
 
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

ObjectInvalidationEvent

public ObjectInvalidationEvent(java.lang.Object source)
Constructs a new ObjectInvalidationEvent.
Parameters:
source - the object that has been invalidated. This object can be retrieved using the superclass's getSource() method.


Copyright © Droplets, 2001. All Rights Reserved.