|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.au.Command
org.zkoss.zk.au.impl.BookmarkChangedCommand
public class BookmarkChangedCommand
Used by AuRequest to implement a command to broadcast
an BookmarkEvent event to all root components.
| 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 | |
|---|---|
BookmarkChangedCommand(java.lang.String evtnm,
int flags)
Contruct an event to denote that the bookmark 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 |
|---|
public BookmarkChangedCommand(java.lang.String evtnm,
int flags)
Note: Event.getTarget() will return null. It means it is a broadcast
event.
| Method Detail |
|---|
protected void process(AuRequest request)
Command
process in class Command
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||