com.melloware.jukes.gui.view.tasks
Class TimerListener
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerListener
public TimerListener(ProgressMonitor aProgressMonitor,
LongTask aTask,
Timer aTimer)
- Default contructor
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.