public interface CheckProcessor
Modifier and Type | Method and Description |
---|---|
default void |
begin()
Begin the check processor
|
default void |
handlePacketReceived(PacketReceiveEvent e)
Handle a packet when it's received from client.
|
default void |
handlePacketSent(PacketSendEvent e)
Handle a packet when it's send from the server to client.
|
default void |
stop()
End the check processor
|
default void begin()
default void handlePacketReceived(PacketReceiveEvent e)
e
- the event of the packetdefault void handlePacketSent(PacketSendEvent e)
e
- the event of the packetdefault void stop()