Oracle Data-aware Controls Reference

oracle.dacf.control
Class InfoBusManagerReleaseEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byoracle.dacf.control.InfoBusManagerReleaseEvent
All Implemented Interfaces:
java.io.Serializable

public class InfoBusManagerReleaseEvent
extends java.util.EventObject

Delivers the a reference to the Container that causing the release of resource fo InfoBusMembers.
This most typically will occur when a container such as a frame is being "closed" but it could also apply to a panel that is being "destroyed".

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InfoBusManagerReleaseEvent(java.lang.Object source, java.awt.Container c)
           
 
Method Summary
 boolean appliesTo(java.awt.Component c)
           
 java.awt.Container getContainer()
           
 
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

InfoBusManagerReleaseEvent

public InfoBusManagerReleaseEvent(java.lang.Object source,
                                  java.awt.Container c)
Method Detail

getContainer

public java.awt.Container getContainer()

appliesTo

public boolean appliesTo(java.awt.Component c)

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.