com.googlecode.jpattern.gwt.client.communication
Class ServerCallPutCommand<T extends IWebResult,Z>

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.command.ACommand
      extended by com.googlecode.jpattern.gwt.client.communication.AServerCallCommand<T>
          extended by com.googlecode.jpattern.gwt.client.communication.ServerCallPutCommand<T,Z>

public class ServerCallPutCommand<T extends IWebResult,Z>
extends AServerCallCommand<T>

Author:
Francesco Cina' 06/mag/2011

Constructor Summary
ServerCallPutCommand(GenericWrapper<Z> dataInput, StringBuffer url, GenericWrapper<T> callResult)
           
 
Method Summary
protected  void exec(com.googlecode.jpattern.shared.result.IResult commandResult)
           
 
Methods inherited from class com.googlecode.jpattern.gwt.client.command.ACommand
callback, exec, getCommandCallBack, getProvider, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerCallPutCommand

public ServerCallPutCommand(GenericWrapper<Z> dataInput,
                            StringBuffer url,
                            GenericWrapper<T> callResult)
Method Detail

exec

protected void exec(com.googlecode.jpattern.shared.result.IResult commandResult)
Specified by:
exec in class ACommand


Copyright © 2011. All Rights Reserved.