frysk.event
Class RequestStopEvent

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

public class RequestStopEvent
extends Object
implements Event


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

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