|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |