frysk.bindir
Class fdebuginfo.PrintDebuginfoEvent

java.lang.Object
  extended by frysk.bindir.fdebuginfo.PrintDebuginfoEvent
All Implemented Interfaces:
ProcEvent
Enclosing class:
fdebuginfo

private static class fdebuginfo.PrintDebuginfoEvent
extends Object
implements ProcEvent


Constructor Summary
private fdebuginfo.PrintDebuginfoEvent()
           
 
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

fdebuginfo.PrintDebuginfoEvent

private fdebuginfo.PrintDebuginfoEvent()
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