|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.click.util.ActionListenerAdaptor
Provides an ActionListener adaptor instance.
Field Summary | |
protected Object |
listener
The target listener object. |
protected String |
method
The target listener method name. |
Constructor Summary | |
ActionListenerAdaptor(Object target,
String method)
Create an ActionListener adaptor instance for the given listener target object and listener method. |
Method Summary | |
boolean |
onAction(Control source)
Return true if the control and page processing should continue, or false otherwise. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final Object listener
protected final String method
Constructor Detail |
public ActionListenerAdaptor(Object target, String method)
target
- the listener objectmethod
- the target listener method nameMethod Detail |
public boolean onAction(Control source)
ActionListener
onAction
in interface ActionListener
source
- the source of the action event
ActionListener.onAction(Control)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |