frysk.bindir
Class fexe.PrintExeEvent

java.lang.Object
  extended by frysk.bindir.fexe.PrintExeEvent
All Implemented Interfaces:
ProcEvent
Enclosing class:
fexe

private static class fexe.PrintExeEvent
extends Object
implements ProcEvent


Constructor Summary
private fexe.PrintExeEvent()
           
 
Method Summary
 void executeDead(Proc proc)
           
 void executeLive(Proc proc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

fexe.PrintExeEvent

private fexe.PrintExeEvent()
Method Detail

executeLive

public void executeLive(Proc proc)
Specified by:
executeLive in interface ProcEvent

executeDead

public void executeDead(Proc proc)
Specified by:
executeDead in interface ProcEvent