public interface ProxyRaw extends HasHandlers
Proxy
.Modifier and Type | Method and Description |
---|---|
void |
getRawPresenter(NotifyingAsyncCallback<Presenter<?,?>> callback)
Get the associated
Presenter . |
fireEvent
void getRawPresenter(NotifyingAsyncCallback<Presenter<?,?>> callback)
Presenter
. The presenter can only be obtained in
an asynchronous manner to support code splitting when needed. To access the
presenter, pass a callback.
The difference between this method and
Proxy.getPresenter(com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback<P>)
is that the latter one gets the specific parameterised Presenter
type.callback
- The callback in which the Presenter
will be passed
as a parameter.Copyright © 2010–2014 Arcbees. All rights reserved.