com.googlecode.jpattern.gwt.client.communication
Interface ICallbackAction<T>


public interface ICallbackAction<T>

Author:
Francesco Cina' 11 Apr 2011

Method Summary
 void onError(Throwable exception)
           
 void onSuccess(T result)
           
 

Method Detail

onSuccess

void onSuccess(T result)

onError

void onError(Throwable exception)


Copyright © 2011. All Rights Reserved.