frysk.event
Class ActionPointEvent

java.lang.Object
  extended by frysk.event.ActionPointEvent
All Implemented Interfaces:
Event

public class ActionPointEvent
extends Object
implements Event

Event to be exectued after a task stops due to one or more action points being hit.


Constructor Summary
ActionPointEvent(Set messages, PrintWriter writer)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionPointEvent

public ActionPointEvent(Set messages,
                        PrintWriter writer)
Method Detail

execute

public void execute()
Specified by:
execute in interface Event