Package fr.ifremer.isisfish.ui.queue
Class QueueHandler
java.lang.Object
fr.ifremer.isisfish.ui.queue.QueueHandler
Common action for all queue ui.
- Version:
- $Revision$ Last update : $Date$ By : $Author$
- Author:
- chatellier
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
Remove all done jobs.protected void
Restart simulation.protected void
Stop simulation associated with table selected rows.void
Update ui buttons.protected void
viewLog()
View log of selected done jobs.
-
Field Details
-
queueUI
queue ui to manage.
-
-
Constructor Details
-
QueueHandler
- Parameters:
queueUI
- queue ui to manage
-
-
Method Details
-
afterInit
public void afterInit() -
updateActions
public void updateActions()Update ui buttons. -
stopSimulation
protected void stopSimulation()Stop simulation associated with table selected rows. -
restartSimulation
protected void restartSimulation()Restart simulation. -
viewLog
protected void viewLog()View log of selected done jobs. -
clearDoneJobs
protected void clearDoneJobs()Remove all done jobs.
-