com.melloware.jukes.gui.view.tasks
Class TimerListener

java.lang.Object
  extended by com.melloware.jukes.gui.view.tasks.TimerListener
All Implemented Interfaces:
ActionListener, EventListener

public final class TimerListener
extends Object
implements ActionListener

Timer listener for Long tasks.

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0
Author:
Emil A. Lefkof III

Constructor Summary
TimerListener(ProgressMonitor aProgressMonitor, LongTask aTask, Timer aTimer)
          Default contructor
 
Method Summary
 void actionPerformed(ActionEvent evt)
           
 LongTask getTask()
          Gets the task.
 void setTask(LongTask aTask)
          Sets the task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerListener

public TimerListener(ProgressMonitor aProgressMonitor,
                     LongTask aTask,
                     Timer aTimer)
Default contructor

Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)
Specified by:
actionPerformed in interface ActionListener

getTask

public LongTask getTask()
Gets the task.

Returns:
Returns the task.

setTask

public void setTask(LongTask aTask)
Sets the task.

Parameters:
aTask - The task to set.


Copyright © 1999-2010 Melloware Inc. All Rights Reserved.