public interface MessageWaypointListener
A message waypoint listener listens for message waypoint callouts
Modifier and Type | Interface and Description |
---|---|
static class |
MessageWaypointListener.MessagingDirection
Enumerates the direction that messaging was occurring at the time the waypoint
dispatch occurred
|
static class |
MessageWaypointListener.Waypoint
Enumerates the various messaging waypoints
|
Modifier and Type | Method and Description |
---|---|
void |
onWaypoint(MessageWaypointListener.Waypoint waypoint,
MessageWaypointListener.MessagingDirection direction,
Object message)
Invoked to notify of a waypoint
|
void onWaypoint(MessageWaypointListener.Waypoint waypoint, MessageWaypointListener.MessagingDirection direction, Object message)
waypoint
- The waypoint that was hitdirection
- The direction messaging was occurring when the waypoint was hitmessage
- The associated message. The message object is of type MessageView for
all waypoints except the MessageWaypointListener.Waypoint.r
, MessageWaypointListener.Waypoint.w1
, MessageWaypointListener.Waypoint.w2
,
MessageWaypointListener.Waypoint.d1
and the MessageWaypointListener.Waypoint.s2
waypoints in which cases the message
is the transport specific message object.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.