org.zkoss.zk.au.in
Class GenericCommand
java.lang.Object
org.zkoss.zk.au.Command
org.zkoss.zk.au.in.GenericCommand
- Direct Known Subclasses:
- GenericCommand
public class GenericCommand
- extends Command
Used by AuRequest to implement generic command
that does nothing but posting an Event.
- Since:
- 3.0.0
- Author:
- tomyeh
|
Method Summary |
protected void |
process(AuRequest request)
Derived must override this method to process this command. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GenericCommand
public GenericCommand(java.lang.String evtnm,
int flags)
GenericCommand
public GenericCommand(java.lang.String evtnm,
int flags,
boolean broadcast)
- Parameters:
broadcast - whether to broadcast the event to all root components
of all pages in the same desktop, if component is null.
process
protected void process(AuRequest request)
- Description copied from class:
Command
- Derived must override this method to process this command.
- Specified by:
process in class Command
Copyright © 2005-2007 Potix Corporation. All Rights Reserved.