Uses of Interface
net.rudp.ReliableSocketListener
-
-
Uses of ReliableSocketListener in net.rudp
Methods in net.rudp with parameters of type ReliableSocketListener Modifier and Type Method Description void
ReliableSocket. addListener(ReliableSocketListener listener)
Adds the specified listener to this socket.void
ReliableSocket. removeListener(ReliableSocketListener listener)
Removes the specified listener from this socket.
-