Interface BookmarkHandler
-
- All Known Implementing Classes:
DefaultBookmarkHandler
public interface BookmarkHandlerHandler for bookmark events.- See Also:
GenericBookmarkHandlerController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleBookmark(org.zkoss.zk.ui.event.BookmarkEvent data, WidgetInstanceManager wim)Handles a bookmark event.
-
-
-
Method Detail
-
handleBookmark
void handleBookmark(org.zkoss.zk.ui.event.BookmarkEvent data, WidgetInstanceManager wim)Handles a bookmark event.- Parameters:
data- Bookmark event dataBookmarkEventwim-WidgetInstanceManagerof the widget instance that invokes the handler.
-
-