com.googlecode.jpattern.core.command
Class ManagedChainStrategy
java.lang.Object
com.googlecode.jpattern.core.command.ManagedChainStrategy
- All Implemented Interfaces:
- IChainStrategy
public class ManagedChainStrategy
- extends Object
- implements IChainStrategy
- Author:
- Francesco Cina'
23 Apr 2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedChainStrategy
public ManagedChainStrategy()
globalExecEnd
public void globalExecEnd(ACommand aCommand,
ICommandResult result)
- Specified by:
globalExecEnd in interface IChainStrategy
localExecEnd
public void localExecEnd(ACommand aCommand,
ICommandResult localResult,
ICommandResult globalResult)
- Specified by:
localExecEnd in interface IChainStrategy
Copyright © 2011. All Rights Reserved.