net.i2p.router.tasks
Class OOMListener

java.lang.Object
  extended by net.i2p.router.tasks.OOMListener
All Implemented Interfaces:
I2PThread.OOMEventListener

public class OOMListener
extends Object
implements I2PThread.OOMEventListener

Kaboom

Since:
0.8.12 moved from Router.java

Constructor Summary
OOMListener(RouterContext ctx)
           
 
Method Summary
 void outOfMemory(OutOfMemoryError oom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OOMListener

public OOMListener(RouterContext ctx)
Method Detail

outOfMemory

public void outOfMemory(OutOfMemoryError oom)
Specified by:
outOfMemory in interface I2PThread.OOMEventListener