public class BookmarkEvent extends Event
onBookmarkChange
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 receives this event.
URIEvent
,
Serialized FormConstructor and Description |
---|
BookmarkEvent(java.lang.String name,
java.lang.String bookmark) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBookmark()
Returns the bookmark name (never null).
|
static BookmarkEvent |
getBookmarkEvent(AuRequest request)
Converts an AU request to a bookmark event.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public BookmarkEvent(java.lang.String name, java.lang.String bookmark)
public static final BookmarkEvent getBookmarkEvent(AuRequest request)
public java.lang.String getBookmark()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.