org.zkoss.zk.ui.event
Class BookmarkEvent

java.lang.Object
  extended by org.zkoss.zk.ui.event.Event
      extended by 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 org.zkoss.zk.ui.event.Event
getData, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BookmarkEvent

public BookmarkEvent(java.lang.String name,
                     java.lang.String bookmark)
Method Detail

getBookmark

public java.lang.String getBookmark()
Returns the bookmark name (never null).



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.