org.zaval.lw.event
Interface LwChildrenListener

All Known Implementing Classes:
LwFilePanel, LwWinLayer, LwGrid

public interface LwChildrenListener

The interface should be implemented by the components that want to listen children events. Pay attention that some events cannot be catched using the interface, for example mouse motion event. The reason is concern for performance.


Method Summary
 void childPerformed(LwAWTEvent e)
          Invoked whenever an event has been performed.
 

Method Detail

childPerformed

public void childPerformed(LwAWTEvent e)
Invoked whenever an event has been performed.
Parameters:
e - the child event.


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