Interface IConditionOrErrorListener
-
- All Known Implementing Classes:
ConditionOrErrorListener
public interface IConditionOrErrorListener
Listener for condition or error
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
OnConditionOrError(ISmartDataDistributionChannelInfo channelInfo, OPERATION_RESULT errorCode, int nativeCode, java.lang.String subSystemReason)
Called when an event condition is raised from subsystem
-
-
-
Method Detail
-
OnConditionOrError
void OnConditionOrError(ISmartDataDistributionChannelInfo channelInfo, OPERATION_RESULT errorCode, int nativeCode, java.lang.String subSystemReason)
Called when an event condition is raised from subsystem- Parameters:
channelInfo
- Reference toISmartDataDistributionChannelInfo
errorCode
- The error code reportednativeCode
- The native code associated to the error if availablesubSystemReason
- A String with a reason from subsystem
-
-