Interface IWindowListener


public interface IWindowListener
Interface which should be implemented by those windows which want to be listeners of events produced on themselves.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method it is invoked when the window is activated.
    void
    This method it is invoked when the window is closed
  • Method Details

    • windowActivated

      void windowActivated()
      This method it is invoked when the window is activated.
    • windowClosed

      void windowClosed()
      This method it is invoked when the window is closed