pt.runtime
Class AbstractTaskListener

java.lang.Object
  extended by pt.runtime.AbstractTaskListener
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
GuiEdtTaskListener

public abstract class AbstractTaskListener
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
AbstractTaskListener()
           
 
Method Summary
protected  void doExecuteSlot(Slot slot)
          Executes the specified slot.
abstract  void executeSlot(Slot slot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

AbstractTaskListener

public AbstractTaskListener()
Method Detail

executeSlot

public abstract void executeSlot(Slot slot)

doExecuteSlot

protected void doExecuteSlot(Slot slot)
Executes the specified slot. If an exception occurs while running the slot, this is stored in the slot.