org.crsh.util
Class InterruptHandler

java.lang.Object
  extended by org.crsh.util.InterruptHandler

public class InterruptHandler
extends Object


Field Summary
private  InvocationHandler handler
           
private  Logger log
          .
private  Runnable runnable
          .
 
Constructor Summary
InterruptHandler(Runnable runnable)
           
 
Method Summary
 void install()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runnable

private final Runnable runnable
.


log

private final Logger log
.


handler

private final InvocationHandler handler
Constructor Detail

InterruptHandler

public InterruptHandler(Runnable runnable)
Method Detail

install

public void install()


Copyright © 2014 eXo Platform SAS. All Rights Reserved.