com.googlecode.jpattern.core.command
Class ICommandResult
java.lang.Object
com.googlecode.jpattern.core.command.ICommandResult
- All Implemented Interfaces:
- com.googlecode.jpattern.shared.result.IResult, Serializable
- Direct Known Subclasses:
- CommandResult
public abstract class ICommandResult
- extends Object
- implements com.googlecode.jpattern.shared.result.IResult
- Author:
- Francesco Cina'
27/feb/2011
- See Also:
- Serialized Form
| 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.shared.result.IResult |
getErrorMessages |
ICommandResult
public ICommandResult()
isValid
public abstract boolean isValid()
isExecutionEnd
public abstract boolean isExecutionEnd()
waitExecutionEnd
public abstract void waitExecutionEnd()
throws InterruptedException
- Throws:
InterruptedException
addErrorMessage
public abstract void addErrorMessage(com.googlecode.jpattern.shared.result.IErrorMessage errorMessage)
commandStartExecution
protected abstract void commandStartExecution(ICommand aCommand)
commandEndExecution
protected abstract void commandEndExecution(ICommand aCommand)
removeAllCommands
protected abstract void removeAllCommands()
asString
public abstract String asString()
Copyright © 2011. All Rights Reserved.