com.googlecode.jpattern.core.asynccommand
Interface IAsyncCommandResult

All Superinterfaces:
ICommandResult, java.io.Serializable
All Known Implementing Classes:
AsyncCommandResult

public interface IAsyncCommandResult
extends ICommandResult

Author:
Francesco Cina' 27/feb/2011

Method Summary
 boolean isExecutionEnd()
           
 void waitExecutionEnd()
           
 
Methods inherited from interface com.googlecode.jpattern.core.command.ICommandResult
addErrorMessage, asString, getErrorMessages, isValid
 

Method Detail

isExecutionEnd

boolean isExecutionEnd()

waitExecutionEnd

void waitExecutionEnd()
                      throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException


Copyright © 2011. All Rights Reserved.