Package org.gvsig.andami.ui.mdiManager
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 TypeMethodDescriptionvoidThis method it is invoked when the window is activated.voidThis 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
-