Interface ClientSession.MessageListener

All Superinterfaces:
Bayeux.BayeuxListener, EventListener
Enclosing interface:
ClientSession

public static interface ClientSession.MessageListener extends Bayeux.BayeuxListener

A listener for remote call messages.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMessage(Message message)
    Callback invoked when a remote call response is received.
  • Field Details

  • Method Details

    • onMessage

      void onMessage(Message message)
      Callback invoked when a remote call response is received.
      Parameters:
      message - the remote call response