frysk.hpd
Class SigIntHandler

java.lang.Object
  extended by frysk.hpd.SigIntHandler

public class SigIntHandler
extends Object

Events to handle Cntrl-C signal.


Field Summary
static SignalEvent fhpd
          This event overrides the default behaviour of SIGINT on an fhpd process.
 
Constructor Summary
SigIntHandler()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fhpd

public static final SignalEvent fhpd
This event overrides the default behaviour of SIGINT on an fhpd process.

Constructor Detail

SigIntHandler

public SigIntHandler()