Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

cyber.web.form
Interface XFormHandler

All Known Implementing Classes:
MulticastXFormHandlerImpl, ToolsHandler

public interface XFormHandler

Each XForm handler must implment this interface in order to process events related to a specific XForm.

Author:
cying
See Also:
XFormEvent

Method Summary
 boolean onXFormEvent(XFormEvent evt)
          This method is called when an event related to the associated XForm has occurred.
 

Method Detail

onXFormEvent

public boolean onXFormEvent(XFormEvent evt)
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.
Parameters:
evt - The event information.
Returns:
true if the event is processed by this handler. false if not.
See Also:
XFormEvent

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.