lacam.actions
Class RunTaskAction

java.lang.Object
  extended bylacam.actions.RunTaskAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class RunTaskAction
extends java.lang.Object
implements java.awt.event.ActionListener

Starts a task.

Author:
Dimitrij Zub

Constructor Summary
RunTaskAction(TaskDescriptor descriptor)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void setTarget(TaskDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunTaskAction

public RunTaskAction(TaskDescriptor descriptor)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

setTarget

public void setTarget(TaskDescriptor descriptor)