Uses of Interface
net.i2p.util.I2PProperties.I2PPropertyCallback
Package
Description
Core I2P package, contains information about the I2P version and an entry point to access important elements.
The I2P router application handles the I2P network communication.
These classes define the several useful utilities used
throughout the router and applications.
-
Uses of I2PProperties.I2PPropertyCallback in net.i2p
Modifier and TypeMethodDescriptionvoid
I2PAppContext.addPropertyCallback
(I2PProperties.I2PPropertyCallback callback) Add a callback, which will fire upon changes in the property given in the specific callback. -
Uses of I2PProperties.I2PPropertyCallback in net.i2p.router
Modifier and TypeMethodDescriptionvoid
RouterContext.addPropertyCallback
(I2PProperties.I2PPropertyCallback callback) -
Uses of I2PProperties.I2PPropertyCallback in net.i2p.util
Modifier and TypeMethodDescriptionvoid
I2PProperties.addCallBack
(I2PProperties.I2PPropertyCallback callback) void
I2PProperties.removeCallBack
(I2PProperties.I2PPropertyCallback callback)