|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--net.aerith.misao.gui.ControlPanel.OperationProceedingThread
The OperationProceedingThread is a thread to
wait until the current operation ends and start the new
operation.
| Field Summary | |
protected Operation |
new_operation
The new operation to start. |
| Fields inherited from class java.lang.Thread |
contextClassLoader,
daemon,
eetop,
group,
inheritedAccessControlContext,
MAX_PRIORITY,
MIN_PRIORITY,
name,
NORM_PRIORITY,
priority,
single_step,
stillborn,
stopThreadPermission,
target,
threadInitNumber,
threadQ,
values |
| Constructor Summary | |
ControlPanel.OperationProceedingThread(Operation new_operation)
Constructs an OperationProceedingThread. |
|
| Method Summary | |
void |
run()
Run this thread. |
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
protected Operation new_operation
| Constructor Detail |
public ControlPanel.OperationProceedingThread(Operation new_operation)
OperationProceedingThread.new_operation - the new operation to start.| Method Detail |
public void run()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||