cyber.web.form.tools
Class ToolsHandler
java.lang.Object
|
+--cyber.web.form.tools.ToolsHandler
- All Implemented Interfaces:
- XFormHandler
- public class ToolsHandler
- extends Object
- implements XFormHandler
- Author:
- cying
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
|
Method Summary |
boolean |
onXFormEvent(XFormEvent evt)
This method is called when an event related to the associated XForm
has occurred. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolsHandler
public ToolsHandler()
onXFormEvent
public boolean onXFormEvent(XFormEvent evt)
- Description copied from interface:
XFormHandler
- This method is called when an event related to the associated XForm
has occurred. All information regarding the event in questions is
encapsulated by the
XFormEvent object.
- Specified by:
onXFormEvent in interface XFormHandler
- Following copied from interface:
cyber.web.form.XFormHandler
- Parameters:
evt - The event information.- Returns:
- true if the event is processed by this handler. false if not.
- See Also:
XFormEvent
Copyright 2000-2002 Apache Software Foundation.