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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidRemove all done jobs.protected voidRestart simulation.protected voidStop simulation associated with table selected rows.voidUpdate ui buttons.protected voidviewLog()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.
-