Class QueueHandler

java.lang.Object
fr.ifremer.isisfish.ui.queue.QueueHandler

public class QueueHandler extends Object
Common action for all queue ui.
Version:
$Revision$ Last update : $Date$ By : $Author$
Author:
chatellier
  • Field Details

    • queueUI

      protected QueueUI queueUI
      queue ui to manage.
  • Constructor Details

    • QueueHandler

      public QueueHandler(QueueUI queueUI)
      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.