Many changes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.github.netricecake.loco;
|
||||
|
||||
public interface LocoSocektHandler {
|
||||
|
||||
void onPacket(LocoPacket packet);
|
||||
|
||||
void onConnect();
|
||||
|
||||
void onDisconnect();
|
||||
|
||||
void onError(Exception e);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user