|
||||||||||
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.LwActionSupport
This is a utility class that can be used by a class that generates LwActionEvent to support list of LwActionListener classes.
Constructor Summary | |
LwActionSupport()
|
Method Summary | |
void |
perform(java.util.EventListener l,
java.util.EventObject e)
The method implements abstract method of the parent class. |
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 LwActionSupport()
Method Detail |
public void perform(java.util.EventListener l, java.util.EventObject e)
perform
in class ListenerSupport
l
- the specified listener.e
- the specified event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |