public final class ResetPresentersEvent extends GwtEvent<ResetPresentersHandler>
RootPresenter
causes
PresenterWidget.onReset()
to be called, starting from the top level presenter and going down.GwtEvent.Type<H>
Constructor and Description |
---|
ResetPresentersEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ResetPresentersHandler handler) |
static void |
fire(HasHandlers source)
Fires a
ResetPresentersEvent
into a source that has access to an EventBus . |
GwtEvent.Type<ResetPresentersHandler> |
getAssociatedType() |
static GwtEvent.Type<ResetPresentersHandler> |
getType() |
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public static void fire(HasHandlers source)
ResetPresentersEvent
into a source that has access to an EventBus
.source
- The source that fires this event (HasHandlers
).public static GwtEvent.Type<ResetPresentersHandler> getType()
public GwtEvent.Type<ResetPresentersHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<ResetPresentersHandler>
protected void dispatch(ResetPresentersHandler handler)
dispatch
in class GwtEvent<ResetPresentersHandler>
Copyright © 2010–2014 Arcbees. All rights reserved.