com.googlecode.jpattern.core.command
Class ManagedChainStrategy

java.lang.Object
  extended by com.googlecode.jpattern.core.command.ManagedChainStrategy
All Implemented Interfaces:
IChainStrategy

public class ManagedChainStrategy
extends Object
implements IChainStrategy

Author:
Francesco Cina' 23 Apr 2011

Constructor Summary
ManagedChainStrategy()
           
 
Method Summary
 void globalExecEnd(ACommand aCommand, ICommandResult result)
           
 void localExecEnd(ACommand aCommand, ICommandResult localResult, ICommandResult globalResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedChainStrategy

public ManagedChainStrategy()
Method Detail

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.