net.ponec.jworksheet.gui
Class JwsHandler

Package class diagram package JwsHandler
java.lang.Object
  extended by net.ponec.jworksheet.gui.JwsHandler
All Implemented Interfaces:
sun.misc.SignalHandler

public class JwsHandler
extends java.lang.Object
implements sun.misc.SignalHandler

Signal handler implementation.


Field Summary
 
Fields inherited from interface sun.misc.SignalHandler
SIG_DFL, SIG_IGN
 
Method Summary
 void handle(sun.misc.Signal signal)
           
static void init(JWorkSheet jWorkSheet)
          Method does not work on the Linux Ubuntu.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handle

public void handle(sun.misc.Signal signal)
Specified by:
handle in interface sun.misc.SignalHandler

init

public static void init(JWorkSheet jWorkSheet)
                 throws java.lang.Exception
Method does not work on the Linux Ubuntu. List of failed test signals on Linux: SIGTERM,TERM,SIGKILL,KILL,SIGINT,INT,QUIT .

Parameters:
jWorkSheet -
Throws:
java.lang.Exception


Copyright © 2007-2009 PPonec