Uses of Interface
net.i2p.i2ptunnel.I2PTunnel.ConnectionEventListener

Packages that use I2PTunnel.ConnectionEventListener
net.i2p.i2ptunnel   
 

Uses of I2PTunnel.ConnectionEventListener in net.i2p.i2ptunnel
 

Methods in net.i2p.i2ptunnel with parameters of type I2PTunnel.ConnectionEventListener
 void I2PTunnel.addConnectionEventListener(I2PTunnel.ConnectionEventListener lsnr)
           
 void I2PTunnel.removeConnectionEventListener(I2PTunnel.ConnectionEventListener lsnr)
           
 

Constructors in net.i2p.i2ptunnel with parameters of type I2PTunnel.ConnectionEventListener
I2PTunnel(java.lang.String[] args, I2PTunnel.ConnectionEventListener lsnr)