com.googlecode.jpattern.gwt.client.command
Class ACommand

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.command.ACommand
Direct Known Subclasses:
AServerCallCommand, CommandChain, GetTextResourceCommand

public abstract class ACommand
extends Object

Author:
Francesco Cina'

Constructor Summary
ACommand()
           
 
Method Summary
protected  void callback(com.googlecode.jpattern.shared.result.IResult commandResult)
           
 void exec(ICommandCallBack commandCallBack)
           
protected abstract  void exec(com.googlecode.jpattern.shared.result.IResult commandResult)
           
protected  ICommandCallBack getCommandCallBack()
           
protected  IApplicationProvider getProvider()
           
 void visit(IApplicationProvider provider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACommand

public ACommand()
Method Detail

exec

public final void exec(ICommandCallBack commandCallBack)

callback

protected void callback(com.googlecode.jpattern.shared.result.IResult commandResult)

getProvider

protected final IApplicationProvider getProvider()

visit

public final void visit(IApplicationProvider provider)

exec

protected abstract void exec(com.googlecode.jpattern.shared.result.IResult commandResult)

getCommandCallBack

protected final ICommandCallBack getCommandCallBack()


Copyright © 2011. All Rights Reserved.