Interface DesktopListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
CurrentWindowTag, WindowsMenu

public interface DesktopListener extends EventListener
  • Field Details

  • Method Details

    • windowClosed

      void windowClosed(InternalFrameEvent ife)
      Fired when an internal frame is closed
    • windowClosing

      void windowClosing(InternalFrameEvent ife)
      Fired when an internal frame is closing
    • windowGainedFocus

      void windowGainedFocus(InternalFrameEvent ife)
      Fired when an internal frame gains the focus
    • windowLostFocus

      void windowLostFocus(InternalFrameEvent ife)
      Fired when an internal frame loses the focuse
    • windowOpened

      void windowOpened(InternalFrameEvent ife)
      Fired when an internal frame is opened (for the first time)
    • windowResized

      void windowResized(InternalFrameEvent ife)
      Fired when an internal frame has been resized
    • windowRemoved

      void windowRemoved(InternalFrameEvent ife)
      Signifies that the internal frame was removed from its parent. It may or may not have been closed first.