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