org.eclipse.rwt.events
Class BrowserHistoryEvent
java.lang.Object
Event
org.eclipse.rwt.events.BrowserHistoryEvent
- public final class BrowserHistoryEvent
- extends Event
Instances of this class provide information about a browser history
navigation event.
- Since:
- 1.3
- See Also:
BrowserHistoryListener
,
IBrowserHistory
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAVIGATED
public static final int NAVIGATED
- See Also:
- Constant Field Values
entryId
public String entryId
- The browser history entry to which the user navigated.
BrowserHistoryEvent
public BrowserHistoryEvent(Object source,
String entryId)
dispatchToObserver
protected void dispatchToObserver(Object listener)
getListenerType
protected Class getListenerType()
addListener
public static void addListener(Adaptable adaptable,
BrowserHistoryListener listener)
removeListener
public static void removeListener(Adaptable adaptable,
BrowserHistoryListener listener)
hasListener
public static boolean hasListener(Adaptable adaptable)
getListeners
public static Object[] getListeners(Adaptable adaptable)
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2009. All rights reserved.