Uses of Interface
com.tinkerforge.IPConnection.ConnectedListener
-
-
Uses of IPConnection.ConnectedListener in com.tinkerforge
Methods in com.tinkerforge with parameters of type IPConnection.ConnectedListener Modifier and Type Method Description void
IPConnection. addConnectedListener(IPConnection.ConnectedListener listener)
Adds a Connected listener.void
IPConnection. removeConnectedListener(IPConnection.ConnectedListener listener)
Removes a Connected listener.
-