frysk.bindir
Class fstack.StackerEvent

java.lang.Object
  extended by frysk.bindir.fstack.StackerEvent
All Implemented Interfaces:
ProcEvent
Enclosing class:
fstack

private static class fstack.StackerEvent
extends Object
implements ProcEvent

Implements a ProcEvent for core file creation.


Constructor Summary
private fstack.StackerEvent()
           
 
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

fstack.StackerEvent

private fstack.StackerEvent()
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