net.i2p.router.web
Class WrapperListener

java.lang.Object
  extended by net.i2p.router.web.WrapperListener

 class WrapperListener
extends Object

Listen for events. Requires wrapper 3.2.0 or higher. Hides the actual listener so that ConfigServiceHandler can have a static field and not die on class not found error with wrapper 3.1.1.

Since:
0.8.13

Constructor Summary
WrapperListener(RouterContext ctx)
          Wrapper must be 3.2.0 or higher, or will throw class not found error.
 
Method Summary
 void unregister()
          Unregister the handler for signals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrapperListener

public WrapperListener(RouterContext ctx)
Wrapper must be 3.2.0 or higher, or will throw class not found error. Registers with the wrapper in the constructor.

Method Detail

unregister

public void unregister()
Unregister the handler for signals