|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XListenerHelper
An interface to support addition of component specific event handling from the XuiBuilder class without having to know specific details of the component or the event.
Copyright (c) Xoetrope Ltd., 2002-2005
$Revision: 2.4 $
License: see License.txt
| Method Summary | |
|---|---|
void |
addHandler(java.lang.Object page,
java.lang.String handlerType,
java.lang.String methodName)
Add an event handler response method to a component such that the page's response method is invoked when the event occurs |
| Method Detail |
|---|
void addHandler(java.lang.Object page,
java.lang.String handlerType,
java.lang.String methodName)
throws java.lang.NoSuchMethodException
page - the page containing the methodhandlerType - the type of event handlermethodName - the method to invoke
java.lang.NoSuchMethodException - throw if the named Method cannot be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||