com.googlecode.jpattern.gwt.client.command
Class ACommand
java.lang.Object
com.googlecode.jpattern.gwt.client.command.ACommand
- Direct Known Subclasses:
- AServerCallCommand, CommandChain, GetTextResourceCommand
public abstract class ACommand
- extends Object
- Author:
- Francesco Cina'
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACommand
public ACommand()
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.