Interface SentPacketListener

All Superinterfaces:
EventListener

public interface SentPacketListener extends EventListener
Listener for classes interested in commands sent to the Crossfire server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    markSent(int tag)
    A "mark" command has been sent to the server.
    void
    A "reply" command has been sent to the server.
  • 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.