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 voidReliableSocket. addStateListener(ReliableSocketStateListener stateListener)Adds the specified state listener to this socket.voidReliableSocket. removeStateListener(ReliableSocketStateListener stateListener)Removes the specified state listener from this socket.
-