com.droplets.api.event
Interface ObjectInvalidationListener

All Superinterfaces:
java.util.EventListener

public interface ObjectInvalidationListener
extends java.util.EventListener

Defines the interface that must be implemented by classes that wish to receive ObjectInvalidationEvents. See Window, Application, and Component for more detail.


Method Summary
 void objectInvalidated(ObjectInvalidationEvent event)
          Called to notify this object that a Droplets API object has been invalidated.
 

Method Detail

objectInvalidated

public void objectInvalidated(ObjectInvalidationEvent event)
Called to notify this object that a Droplets API object has been invalidated.
Parameters:
o - the object that has been invalidated


Copyright © Droplets, 2001. All Rights Reserved.