frysk.util
Class ProcStopUtil.UtilEvent

java.lang.Object
  extended by frysk.util.ProcStopUtil.UtilEvent
All Implemented Interfaces:
Event
Enclosing class:
ProcStopUtil

private static class ProcStopUtil.UtilEvent
extends Object
implements Event


Field Summary
private  ProcEvent event
           
private  Proc proc
           
 
Constructor Summary
ProcStopUtil.UtilEvent(Proc proc, ProcEvent event)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proc

private Proc proc

event

private ProcEvent event
Constructor Detail

ProcStopUtil.UtilEvent

public ProcStopUtil.UtilEvent(Proc proc,
                              ProcEvent event)
Method Detail

execute

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