Uses of Interface
net.i2p.util.I2PThread.OOMEventListener
Package | Description |
---|---|
net.i2p.router.tasks |
Miscellaneous classes, mostly things that are executed periodically as
Jobs, Threads, and SimpleTimer.TimedEvents.
|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
-
Uses of I2PThread.OOMEventListener in net.i2p.router.tasks
Classes in net.i2p.router.tasks that implement I2PThread.OOMEventListener Modifier and Type Class Description class
OOMListener
Kaboom -
Uses of I2PThread.OOMEventListener in net.i2p.util
Methods in net.i2p.util with parameters of type I2PThread.OOMEventListener Modifier and Type Method Description static void
I2PThread. addOOMEventListener(I2PThread.OOMEventListener lsnr)
register a new component that wants notification of OOM eventsvoid
I2PAppThread. addOOMEventThreadListener(I2PThread.OOMEventListener lsnr)
register a new component that wants notification of OOM eventsstatic void
I2PThread. removeOOMEventListener(I2PThread.OOMEventListener lsnr)
unregister a component that wants notification of OOM eventsvoid
I2PAppThread. removeOOMEventThreadListener(I2PThread.OOMEventListener lsnr)
unregister a component that wants notification of OOM events