com.googlecode.jpattern.core.command
Interface IChainStrategy

All Known Implementing Classes:
ManagedChainStrategy, UnmanagedChainStrategy

public interface IChainStrategy

Author:
Francesco Cina' 23 Apr 2011

Method Summary
 void globalExecEnd(ACommand aCommand, ICommandResult result)
           
 void localExecEnd(ACommand aCommand, ICommandResult localresult, ICommandResult globalResult)
           
 

Method Detail

localExecEnd

void localExecEnd(ACommand aCommand,
                  ICommandResult localresult,
                  ICommandResult globalResult)

globalExecEnd

void globalExecEnd(ACommand aCommand,
                   ICommandResult result)


Copyright © 2011. All Rights Reserved.