| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.zaval.util.event.ListenerSupport
        |
        +--org.zaval.lw.event.LwWinSupport
This is a utility class that can be used by a class that generates LwWinEvent to support list of LwWinListener classes.
| Constructor Summary | |
| LwWinSupport() | |
| Method Summary | |
|  void | perform(java.util.EventListener l,
        java.util.EventObject e)The method implements abstract method of the parent class. | 
| static void | process(LwWinListener l,
        LwWinEvent e)The method knows how the specified window event has to be delivered to an appropriate method of the window listener. | 
| Methods inherited from class org.zaval.util.event.ListenerSupport | 
| addListener, clear, perform, removeListener | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public LwWinSupport()
| Method Detail | 
public void perform(java.util.EventListener l,
                    java.util.EventObject e)
perform in class ListenerSupportle
public static void process(LwWinListener l,
                           LwWinEvent e)
le| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||