frysk.proc
Class ProcEvent

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

public abstract class ProcEvent
extends Object
implements Event


Field Summary
private static Log fine
           
protected  Proc proc
           
protected  TaskId taskId
           
 
Constructor Summary
ProcEvent()
           
ProcEvent(Proc proc)
           
ProcEvent(TaskId taskId)
          Create a proc event when the proc may not yet be known.
 
Method Summary
 Proc getProc()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface frysk.event.Event
execute
 

Field Detail

fine

private static final Log fine

proc

protected Proc proc

taskId

protected TaskId taskId
Constructor Detail

ProcEvent

public ProcEvent()

ProcEvent

public ProcEvent(Proc proc)

ProcEvent

ProcEvent(TaskId taskId)
Create a proc event when the proc may not yet be known. See TaskEvent.ProcEvent(TaskId) for further discussion.

Method Detail

getProc

public Proc getProc()

toString

public String toString()
Overrides:
toString in class Object