-
public interface IHandler
-
-
Method Summary
Modifier and Type Method Description abstract void
onAttached()
This method will be invoked when the handler is added to a network client. abstract void
onRemoved()
This method will be invoked when the handler is removed from a network client. -
-
Method Detail
-
onAttached
abstract void onAttached()
This method will be invoked when the handler is added to a network client.
-
onRemoved
abstract void onRemoved()
This method will be invoked when the handler is removed from a network client.
-
-
-
-