Interface IHandler

All Known Subinterfaces:
IAnalyticsHandler
All Known Implementing Classes:
DefaultAnalyticsHandler

public interface IHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be invoked when the handler is added to a network client.
    void
    This method will be invoked when the handler is removed from a network client.
  • Method Details

    • onAttached

      void onAttached()
      This method will be invoked when the handler is added to a network client.
    • onRemoved

      void onRemoved()
      This method will be invoked when the handler is removed from a network client.