com.googlecode.jpattern.gwt.client.event
Class APostDiplayEventCallBack<T>
java.lang.Object
com.googlecode.jpattern.gwt.client.event.APostDiplayEventCallBack<T>
- All Implemented Interfaces:
- IEventCallback<T>
public abstract class APostDiplayEventCallBack<T>
- extends Object
- implements IEventCallback<T>
A specific IEventCallBack for the PostDisplay method of an APresenter.
This calls the endLoading() method of the presenter after its execution.
- Author:
- cinafr
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APostDiplayEventCallBack
public APostDiplayEventCallBack(APresenter<? extends IView> presenter)
callback
public void callback(IEventResult<T> webResult)
- Specified by:
callback in interface IEventCallback<T>
postDisplayCallBack
public abstract void postDisplayCallBack(T result)
Copyright © 2011. All Rights Reserved.