Interface ReceivedPacketListener
- All Superinterfaces:
EventListener
Interface for listeners interested in received packets.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(@NotNull String command, @NotNull ClientSocketMonitorCommand args) A packet has been received.
-
Method Details
-
process
A packet has been received.- Parameters:
command- the command stringargs- the command arguments
-