com.wombat.mamda
public interface MamdaStaleListener
Modifier and Type | Method and Description |
---|---|
void |
onStale(MamdaSubscription subscription,
short quality)
Invoked in response to the onQuality() callback for the
underlying MamaSubscription.
|
void onStale(MamdaSubscription subscription, short quality)
subscription
- The MamdaSubscription on which the data
quality event fired.quality
- Can be MamaQuality.QUALITY_OK,
MamaQuality.QUALITY_MAYBE_STALE, MamaQuality.QUALITY_PARTIAL_STALE
or MamaQuality.QUALITY_STALECopyright 2007 Wombat Financial Software, Inc.