| java.lang.Object net.xoetrope.xui.events.XHandlerInvoker
XHandlerInvoker | public class XHandlerInvoker (Code) | | A utility class to look up and invoke a handler method
Copyright (c) Xoetrope Ltd., 2002-2004
$Revision: 1.3 $
License: see License.txt
|
Method Summary | |
public void | invoke() |
XHandlerInvoker | public XHandlerInvoker(XPage page, Component targetComp, String methodName) throws NoSuchMethodException(Code) | | Create a new method invoker. Used in conjunction with the XListenerHelper
interface so the the XuiBuilder can add event handlers and so that the
components that trigger these events can call back the page's handler methods
Parameters: page - the page whose method will be called Parameters: the - component that triggers the event Parameters: methodName - the method to be called throws: NoSuchMethodException - |
invoke | public void invoke()(Code) | | Invoke the method
|
|
|