org.zkoss.zk.au.in
Class URIChangedCommand

java.lang.Object
  extended by org.zkoss.zk.au.Command
      extended by org.zkoss.zk.au.in.URIChangedCommand

public class URIChangedCommand
extends Command

Used by AuRequest to implement a command to handle an URIEvent event.

Since:
3.5.0
Author:
tomyeh

Field Summary
 
Fields inherited from class org.zkoss.zk.au.Command
CTRL_GROUP, IGNORABLE, IGNORE_IMMEDIATE_OLD_EQUIV, IGNORE_OLD_EQUIV, SKIP_IF_EVER_ERROR
 
Constructor Summary
URIChangedCommand(java.lang.String evtnm, int flags)
          Contructs an event to denote that the associated URI is changed.
 
Method Summary
protected  void process(AuRequest request)
          Derived must override this method to process this command.
 
Methods inherited from class org.zkoss.zk.au.Command
equals, getFlags, getId, process, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URIChangedCommand

public URIChangedCommand(java.lang.String evtnm,
                         int flags)
Contructs an event to denote that the associated URI is changed.

Method Detail

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-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo