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.


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

Field Detail

messages

Set messages

writer

PrintWriter writer
Constructor Detail

ActionPointEvent

public ActionPointEvent(Set messages,
                        PrintWriter writer)
Method Detail

execute

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