org.zkoss.zk.ui.event
Class BookmarkEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
org.zkoss.zk.ui.event.BookmarkEvent
public class BookmarkEvent
- extends Event
The onBookmarkChanged event used
to notify that user pressed BACK, FORWARD or others
that causes the bookmark changed (but still in the same desktop).
All root components of all pages of the desktop will
recieves this event.
- Author:
- tomyeh
|
Constructor Summary |
BookmarkEvent(java.lang.String name,
java.lang.String bookmark)
|
|
Method Summary |
java.lang.String |
getBookmark()
Returns the bookmark name (never null). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BookmarkEvent
public BookmarkEvent(java.lang.String name,
java.lang.String bookmark)
getBookmark
public java.lang.String getBookmark()
- Returns the bookmark name (never null).
Copyright © 2005-2007 Potix Corporation. All Rights Reserved.