Uses of Interface
net.i2p.util.I2PProperties.I2PPropertyCallback

Packages that use I2PProperties.I2PPropertyCallback
net.i2p Core I2P package, contains information about the I2P version and an entry point to access important elements. 
net.i2p.router The I2P router application handles the I2P network communication. 
net.i2p.util These classes define the several useful utilities used throughout the router and applications. 
 

Uses of I2PProperties.I2PPropertyCallback in net.i2p
 

Methods in net.i2p with parameters of type I2PProperties.I2PPropertyCallback
 void 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
 

Methods in net.i2p.router with parameters of type I2PProperties.I2PPropertyCallback
 void RouterContext.addPropertyCallback(I2PProperties.I2PPropertyCallback callback)
           
 

Uses of I2PProperties.I2PPropertyCallback in net.i2p.util
 

Methods in net.i2p.util with parameters of type I2PProperties.I2PPropertyCallback
 void I2PProperties.addCallBack(I2PProperties.I2PPropertyCallback callback)
           
 void I2PProperties.removeCallBack(I2PProperties.I2PPropertyCallback callback)