public class QueueHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected QueueUI |
queueUI
queue ui to manage.
|
Constructor and Description |
---|
QueueHandler(QueueUI queueUI) |
Modifier and Type | Method and Description |
---|---|
void |
afterInit() |
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 QueueHandler(QueueUI queueUI)
queueUI
- queue ui to managepublic void afterInit()
public void updateActions()
protected void stopSimulation()
protected void restartSimulation()
protected void viewLog()
protected void clearDoneJobs()
Copyright © 1999–2020 CodeLutin. All rights reserved.