com.googlecode.jpattern.core.asynccommand
Class AsyncCommandResult

java.lang.Object
  extended by com.googlecode.jpattern.core.command.CommandResult
      extended by com.googlecode.jpattern.core.asynccommand.AsyncCommandResult
All Implemented Interfaces:
IAsyncCommandResult, ICommandResult, java.io.Serializable

public class AsyncCommandResult
extends CommandResult
implements IAsyncCommandResult

Author:
Francesco Cina' 27/feb/2011
See Also:
Serialized Form

Constructor Summary
AsyncCommandResult()
           
 
Method Summary
protected  void commandEndExecution(AAsyncCommand asyncCommand)
           
protected  void commandStartExecution(AAsyncCommand asyncCommand)
           
 boolean isExecutionEnd()
           
 void waitExecutionEnd()
           
 
Methods inherited from class com.googlecode.jpattern.core.command.CommandResult
addErrorMessage, asString, getErrorMessages, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.googlecode.jpattern.core.command.ICommandResult
addErrorMessage, asString, getErrorMessages, isValid
 

Constructor Detail

AsyncCommandResult

public AsyncCommandResult()
Method Detail

isExecutionEnd

public final boolean isExecutionEnd()
Specified by:
isExecutionEnd in interface IAsyncCommandResult

waitExecutionEnd

public final void waitExecutionEnd()
                            throws java.lang.InterruptedException
Specified by:
waitExecutionEnd in interface IAsyncCommandResult
Throws:
java.lang.InterruptedException

commandStartExecution

protected void commandStartExecution(AAsyncCommand asyncCommand)

commandEndExecution

protected void commandEndExecution(AAsyncCommand asyncCommand)


Copyright © 2011. All Rights Reserved.