Uses of Interface
net.i2p.i2ptunnel.I2PTunnel.ConnectionEventListener
Package | Description |
---|---|
net.i2p.i2ptunnel |
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
|
-
Uses of I2PTunnel.ConnectionEventListener in net.i2p.i2ptunnel
Methods in net.i2p.i2ptunnel with parameters of type I2PTunnel.ConnectionEventListener Modifier and Type Method Description void
I2PTunnel. addConnectionEventListener(I2PTunnel.ConnectionEventListener lsnr)
void
I2PTunnel. removeConnectionEventListener(I2PTunnel.ConnectionEventListener lsnr)
Constructors in net.i2p.i2ptunnel with parameters of type I2PTunnel.ConnectionEventListener Constructor Description I2PTunnel(String[] args, I2PTunnel.ConnectionEventListener lsnr)
See usage() for options