Package | Description |
---|---|
de.jdemo.framework |
Main framework package containing basic framework classes and interfaces.
|
de.jdemo.framework.state |
Modifier and Type | Method and Description |
---|---|
DemoState |
DemoCaseRunnable.getState() |
DemoState |
IDemoCaseRunnable.getState() |
Modifier and Type | Method and Description |
---|---|
protected void |
DemoCaseRunnable.setState(DemoState state) |
Modifier and Type | Method and Description |
---|---|
DemoState |
IDemoStateChangeEvent.getNewState() |
DemoState |
IDemoStateChangeEvent.getOldState() |
static DemoState |
DemoState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DemoState[] |
DemoState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IDemoStateVisitor.visitCrashed(DemoState state) |
void |
IDemoStateVisitor.visitFinished(DemoState state) |
void |
IDemoStateVisitor.visitInitial(DemoState state) |
void |
IDemoStateVisitor.visitRunning(DemoState state) |
void |
IDemoStateVisitor.visitStarting(DemoState state) |
Constructor and Description |
---|
IDemoStateChangeEvent(java.lang.Object source,
DemoState oldState,
DemoState newState) |
JDemo homepage: http://www.jdemo.de
Copyright © 2003-2012 Markus Gebhard. All Rights Reserved.