frysk.proc
Class ProcEvent

java.lang.Object
  extended by frysk.proc.ProcEvent
All Implemented Interfaces:
Event

public abstract class ProcEvent
extends Object
implements Event


Constructor Summary
ProcEvent()
           
ProcEvent(Proc proc)
           
 
Method Summary
 Proc getProc()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface frysk.event.Event
execute
 

Constructor Detail

ProcEvent

public ProcEvent()

ProcEvent

public ProcEvent(Proc proc)
Method Detail

getProc

public Proc getProc()

toString

public String toString()
Overrides:
toString in class Object