Interface SentPacketListener
- All Superinterfaces:
EventListener
Listener for classes interested in commands sent to the Crossfire server.
-
Method Summary
-
Method Details
-
markSent
void markSent(int tag) A "mark" command has been sent to the server.- Parameters:
tag- the tag of the marked item
-
replySent
void replySent()A "reply" command has been sent to the server.
-