public interface ReceivedPacketListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
process(@NotNull java.lang.String command,
@NotNull ClientSocketMonitorCommand args)
A packet has been received.
|
void process(@NotNull @NotNull java.lang.String command, @NotNull @NotNull ClientSocketMonitorCommand args)
command
- the command stringargs
- the command arguments