Class ComponentDestroyingEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ComponentDestroyingEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • 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
    • Field Detail

      • component

        public java.awt.Component component
    • Constructor Detail

      • ComponentDestroyingEvent

        public ComponentDestroyingEvent​(ControlOwner componentOwner,
                                        java.awt.Component component)