
public final class NavigationRefusedEvent extends GwtEvent<NavigationRefusedHandler>
PlaceManager.setOnLeaveConfirmation(java.lang.String).NavigationEventGwtEvent.Type<H>| Constructor and Description |
|---|
NavigationRefusedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(NavigationRefusedHandler handler) |
static void |
fire(HasHandlers source)
Fires a
NavigationRefusedEvent
into a source that has access to an EventBus. |
GwtEvent.Type<NavigationRefusedHandler> |
getAssociatedType() |
static GwtEvent.Type<NavigationRefusedHandler> |
getType() |
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic static void fire(HasHandlers source)
NavigationRefusedEvent
into a source that has access to an EventBus.source - The source that fires this event (HasHandlers).public static GwtEvent.Type<NavigationRefusedHandler> getType()
public GwtEvent.Type<NavigationRefusedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<NavigationRefusedHandler>protected void dispatch(NavigationRefusedHandler handler)
dispatch in class GwtEvent<NavigationRefusedHandler>Copyright © 2010-2014 ArcBees. All Rights Reserved.