|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectui.command.Command
public abstract class Command
| Field Summary | |
|---|---|
static int |
ABORT_STATUS
|
static int |
ERROR_STATUS
|
static int |
EXECUTE_STATUS
|
static int |
SUCCESS_STATUS
|
static int |
UNDEFINED_STATUS
|
static int |
VETOED_STATUS
|
| Constructor Summary | |
|---|---|
Command()
|
|
| Method Summary | |
|---|---|
protected void |
epilogue()
|
protected abstract void |
execution()
|
int |
getStatus()
|
protected abstract void |
prologo()
|
protected void |
setStatus(int status)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int UNDEFINED_STATUS
public static final int SUCCESS_STATUS
public static final int ABORT_STATUS
public static final int ERROR_STATUS
public static final int VETOED_STATUS
public static final int EXECUTE_STATUS
| Constructor Detail |
|---|
public Command()
| Method Detail |
|---|
protected abstract void prologo()
protected abstract void execution()
throws java.lang.Exception
java.lang.Exceptionprotected void epilogue()
public int getStatus()
protected void setStatus(int status)
status - The status to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||