org.zaval.lw.event
Interface LwWinListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
LwCombo, LwWindow

public interface LwWinListener
extends java.util.EventListener

This listener interface for receiving light weight window events.


Method Summary
 void winActivated(LwWinEvent e)
          Invoked when the light weight window component has been activated.
 void winClosed(LwWinEvent e)
          Invoked when the light weight window component has been closed.
 void winDeactivated(LwWinEvent e)
          Invoked when the light weight window component has been deactivated.
 void winOpened(LwWinEvent e)
          Invoked when the light weight window component has been opened.
 

Method Detail

winOpened

public void winOpened(LwWinEvent e)
Invoked when the light weight window component has been opened.
Parameters:
e - the specified window event.

winClosed

public void winClosed(LwWinEvent e)
Invoked when the light weight window component has been closed.
Parameters:
e - the specified window event.

winActivated

public void winActivated(LwWinEvent e)
Invoked when the light weight window component has been activated.
Parameters:
e - the specified window event.

winDeactivated

public void winDeactivated(LwWinEvent e)
Invoked when the light weight window component has been deactivated.
Parameters:
e - the specified window event.


Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org