com.googlecode.jpattern.core.command
Class UnmanagedChainStrategy
java.lang.Object
com.googlecode.jpattern.core.command.UnmanagedChainStrategy
- All Implemented Interfaces:
- IChainStrategy
public class UnmanagedChainStrategy
- 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 |
UnmanagedChainStrategy
public UnmanagedChainStrategy()
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.