Module java.desktop

Class BasicInternalFrameUI.InternalFramePropertyChangeListener

    • Constructor Detail

      • InternalFramePropertyChangeListener

        public InternalFramePropertyChangeListener()
    • Method Detail

      • propertyChange

        public void propertyChange​(PropertyChangeEvent evt)
        Detects changes in state from the JInternalFrame and handles actions.
        Specified by:
        propertyChange in interface PropertyChangeListener
        Parameters:
        evt - A PropertyChangeEvent object describing the event source and the property that has changed.