Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

cyber.web.form
Class MulticastXFormHandlerImpl

java.lang.Object
  |
  +--cyber.web.form.AbstractDecomposable
        |
        +--cyber.web.form.MulticastXFormHandlerImpl
All Implemented Interfaces:
Decomposable, XFormHandler

public class MulticastXFormHandlerImpl
extends AbstractDecomposable
implements XFormHandler

Author:
cying To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
MulticastXFormHandlerImpl()
           
 
Method Summary
 void decompose(DecomposeQueue queue)
          Called by DecomposeQueue to indicate a request for decomposition.
 boolean onXFormEvent(XFormEvent evt)
          This method is called when an event related to the associated XForm has occurred.
 
Methods inherited from class cyber.web.form.AbstractDecomposable
isDecomposed, markDecomposed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulticastXFormHandlerImpl

public MulticastXFormHandlerImpl()
Method Detail

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

decompose

public void decompose(DecomposeQueue queue)
Description copied from interface: Decomposable
Called by DecomposeQueue to indicate a request for decomposition. This methods should call DecomposeQueue.enqueue(Decomposable decomp) to put other decomposables into the queue, not by calling their #decompose() directly.
Overrides:
decompose in class AbstractDecomposable
Following copied from interface: cyber.web.form.Decomposable
Parameters:
queue - The decompose queue.

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.