public class ReloadChildsProxyContentEvent extends com.google.gwt.event.shared.GwtEvent<ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler
ReloadChildsProxyContentHandler.
|
static interface |
ReloadChildsProxyContentEvent.ReloadChildsProxyContentHasHandlers
ReloadChildsProxyContentHasHandlers.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler> |
TYPE
Constant
TYPE |
| Constructor and Description |
|---|
ReloadChildsProxyContentEvent(PresenterPrototype<? extends com.gwtplatform.mvp.client.View,? extends SlotMappedProxy> sourcePresenter,
TokenProxy tokenProxy)
Constructor for ReloadChildsProxyContentEvent.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler> |
getAssociatedType() |
PresenterPrototype<? extends com.gwtplatform.mvp.client.View,? extends SlotMappedProxy> |
getSourcePresenter()
Getter for the field
sourcePresenter. |
TokenProxy |
getTokenProxy()
Getter for the field
tokenProxy. |
static com.google.gwt.event.shared.GwtEvent.Type<ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler> |
getType()
getType.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler> TYPE
TYPEpublic ReloadChildsProxyContentEvent(PresenterPrototype<? extends com.gwtplatform.mvp.client.View,? extends SlotMappedProxy> sourcePresenter, TokenProxy tokenProxy)
Constructor for ReloadChildsProxyContentEvent.
sourcePresenter - a PresenterPrototype object.tokenProxy - a TokenProxy object.public static com.google.gwt.event.shared.GwtEvent.Type<ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler> getType()
getType.
protected void dispatch(ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler>public com.google.gwt.event.shared.GwtEvent.Type<ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ReloadChildsProxyContentEvent.ReloadChildsProxyContentHandler>public PresenterPrototype<? extends com.gwtplatform.mvp.client.View,? extends SlotMappedProxy> getSourcePresenter()
Getter for the field sourcePresenter.
PresenterPrototype object.public TokenProxy getTokenProxy()
Getter for the field tokenProxy.
TokenProxy object.Copyright © 2012–2014 RedSoft. All rights reserved.