Interface MessageListener


public interface MessageListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receives all messages on their path from providers to listeners.
  • Method Details

    • onUserMessage

      void onUserMessage(Object data)
      Receives all messages on their path from providers to listeners. Normally, just deal with @Layer1ApiUserInterModuleMessage instances and ignore the rest.