com.neeve.sma
Interface MessageWaypointListener


public interface MessageWaypointListener

Represents a message waypoint listener

A message waypoint listener listens for message waypoint callouts


Nested Class Summary
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
 
Method Summary
 void onWaypoint(MessageWaypointListener.Waypoint waypoint, MessageWaypointListener.MessagingDirection direction, Object message)
          Invoked to notify of a waypoint
 

Method Detail

onWaypoint

void onWaypoint(MessageWaypointListener.Waypoint waypoint,
                MessageWaypointListener.MessagingDirection direction,
                Object message)
Invoked to notify of a waypoint

Parameters:
waypoint - The waypoint that was hit
direction - The direction messaging was occurring when the waypoint was hit
message - 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 © 2015 Neeve Research, LLC. All Rights Reserved.