pt.runtime
Class GuiEdtTaskListener

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

public class GuiEdtTaskListener
extends AbstractTaskListener


Constructor Summary
GuiEdtTaskListener()
           
 
Method Summary
 void executeSlot(Slot slot)
           
 void run()
           
 
Methods inherited from class pt.runtime.AbstractTaskListener
doExecuteSlot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiEdtTaskListener

public GuiEdtTaskListener()
Method Detail

executeSlot

public void executeSlot(Slot slot)
Specified by:
executeSlot in class AbstractTaskListener

run

public void run()