com.googlecode.jpattern.gwt.client.event
Class APostDiplayEventCallBack<T>

java.lang.Object
  extended by 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

Constructor Summary
APostDiplayEventCallBack(APresenter<? extends IView> presenter)
           
 
Method Summary
 void callback(IEventResult<T> webResult)
           
abstract  void postDisplayCallBack(T result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APostDiplayEventCallBack

public APostDiplayEventCallBack(APresenter<? extends IView> presenter)
Method Detail

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.