Interface MessageListener


public interface MessageListener
  • Method Summary

    Modifier and Type Method Description
    void onUserMessage​(java.lang.Object data)
    Receives all messages on their path from providers to listeners.
  • Method Details

    • onUserMessage

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