frysk.event
Class RequestStopEvent

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

public class RequestStopEvent
extends Object
implements Event


Field Summary
(package private)  EventLoop eventLoop
           
 
Constructor Summary
RequestStopEvent(EventLoop eventLoop)
           
 
Method Summary
 void execute()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eventLoop

EventLoop eventLoop
Constructor Detail

RequestStopEvent

public RequestStopEvent(EventLoop eventLoop)
Method Detail

execute

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

toString

public String toString()
Overrides:
toString in class Object