org.zaval.lw.event
Interface LwComponentListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
LwFocusManager

public interface LwComponentListener
extends java.util.EventListener

This listener interface for receiving light weight component events.


Method Summary
 void compDisabled(LwComponentEvent e)
          Invoked when the light weight component has been disabled.
 void compEnabled(LwComponentEvent e)
          Invoked when the light weight component has been enabled.
 void compHidden(LwComponentEvent e)
          Invoked when the light weight component has been hidden.
 void compShown(LwComponentEvent e)
          Invoked when the light weight component has been shown.
 

Method Detail

compDisabled

public void compDisabled(LwComponentEvent e)
Invoked when the light weight component has been disabled.
Parameters:
e - the specified component event.

compEnabled

public void compEnabled(LwComponentEvent e)
Invoked when the light weight component has been enabled.
Parameters:
e - the specified component event.

compShown

public void compShown(LwComponentEvent e)
Invoked when the light weight component has been shown.
Parameters:
e - the specified component event.

compHidden

public void compHidden(LwComponentEvent e)
Invoked when the light weight component has been hidden.
Parameters:
e - the specified component event.


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