public final class NavigationRefusedEvent extends GwtEvent<NavigationRefusedHandler>
PlaceManager.setOnLeaveConfirmation(java.lang.String)
.NavigationEvent
GwtEvent.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, revive
setSource, toDebugString, toString
public 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.