public interface SentPacketListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
markSent(int tag)
A "mark" command has been sent to the server.
|
void |
replySent()
A "reply" command has been sent to the server.
|