public class QueueAction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected QueueUI |
queueUI
queue ui to manage.
|
| Constructor and Description |
|---|
QueueAction(QueueUI queueUI)
Queue action.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearDoneJobs()
Remove all done jobs.
|
protected void |
restartSimulation()
Restart simulation.
|
protected void |
stopSimulation()
Stop simulation associated with table selected rows.
|
void |
updateActions()
Update ui buttons.
|
protected void |
viewLog()
View log of selected done jobs.
|
protected QueueUI queueUI
public QueueAction(QueueUI queueUI)
queueUI - queue ui to managepublic void updateActions()
protected void stopSimulation()
protected void restartSimulation()
protected void viewLog()
protected void clearDoneJobs()
Copyright © 1999-2013 CodeLutin. All Rights Reserved.