public interface MamdaErrorListener
Modifier and Type | Method and Description |
---|---|
void |
onError(MamdaSubscription subscription,
short severity,
short errorCode,
java.lang.String errorStr)
Provide a callback to handle errors.
|
void onError(MamdaSubscription subscription, short severity, short errorCode, java.lang.String errorStr)
subscription
- The subscription which received the update.severity
- The severity of the error.errorCode
- The errorCode. (MamdaErrorCode
)errorStr
- The stringified version of the error.MamdaErrorCode
Copyright 2007 Wombat Financial Software, Inc.