Interface MessageListener

All Known Implementing Classes:
ConversationMessageListener, PageSegmentUpdateListener

@JsFunction public interface MessageListener
Used to handle messages generally on the client side. In most cases - whenever the server sends responses - you want to use the ConversationMessageListener.ConversationListener though.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(Message message)