|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.jpattern.core.command.CommandResult
com.googlecode.jpattern.core.asynccommand.AsyncCommandResult
public class AsyncCommandResult
| 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 |
|---|
public AsyncCommandResult()
| Method Detail |
|---|
public final boolean isExecutionEnd()
isExecutionEnd in interface IAsyncCommandResult
public final void waitExecutionEnd()
throws java.lang.InterruptedException
waitExecutionEnd in interface IAsyncCommandResultjava.lang.InterruptedExceptionprotected void commandStartExecution(AAsyncCommand asyncCommand)
protected void commandEndExecution(AAsyncCommand asyncCommand)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||