oracle.dacf.control
Class InfoBusManagerReleaseEvent
java.lang.Object
java.util.EventObject
oracle.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
Fields inherited from class java.util.EventObject |
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 |
InfoBusManagerReleaseEvent
public InfoBusManagerReleaseEvent(java.lang.Object source,
java.awt.Container c)
getContainer
public java.awt.Container getContainer()
appliesTo
public boolean appliesTo(java.awt.Component c)
Copyright © 1997, 2003, Oracle. All rights reserved.