com.wombat.mamda
public interface MamdaMsgListener
Modifier and Type | Method and Description |
---|---|
void |
onMsg(MamdaSubscription subscription,
com.wombat.mama.MamaMsg msg,
short msgType)
Invoked for each message received for the subscription to which
the Listener is registered.
|
void onMsg(MamdaSubscription subscription, com.wombat.mama.MamaMsg msg, short msgType)
subscription
- The MamdaSubscription to which this listener was
registered.msg
- The MamaMsg received by the underlying MAMA API and which
resulted in this callback being invoked.msgType
- The message type. e.g. INITIAL, RECAP, UPDATE etc.Copyright 2007 Wombat Financial Software, Inc.