com.googlecode.jpattern.gwt.client.communication
Class AProxy<T extends IWebResult>

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.communication.AProxy<T>
Direct Known Subclasses:
DeleteProxy, DeleteProxy, GetProxy, GetProxy, NullProxy, PostProxy, PostProxy, PutProxy, PutProxy

public abstract class AProxy<T extends IWebResult>
extends Object

Author:
Francesco Cina'

Constructor Summary
AProxy(ICallbackAction<T> callbackAction)
           
 
Method Summary
 void call()
           
protected abstract  void execute(ICallbackAction<T> callbackAction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AProxy

public AProxy(ICallbackAction<T> callbackAction)
Method Detail

call

public void call()
          throws Exception
Throws:
Exception

execute

protected abstract void execute(ICallbackAction<T> callbackAction)
                         throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.