Uses of Interface
net.rudp.ReliableSocketStateListener
-
-
Uses of ReliableSocketStateListener in net.rudp
Methods in net.rudp with parameters of type ReliableSocketStateListener Modifier and Type Method Description void
ReliableSocket. addStateListener(ReliableSocketStateListener stateListener)
Adds the specified state listener to this socket.void
ReliableSocket. removeStateListener(ReliableSocketStateListener stateListener)
Removes the specified state listener from this socket.
-