Interface ReceivedPacketListener

All Superinterfaces:
EventListener

public interface ReceivedPacketListener extends EventListener
Interface for listeners interested in received packets.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(@NotNull String command, @NotNull ClientSocketMonitorCommand args)
    A packet has been received.
  • Method Details

    • process

      void process(@NotNull @NotNull String command, @NotNull @NotNull ClientSocketMonitorCommand args)
      A packet has been received.
      Parameters:
      command - the command string
      args - the command arguments