MamdaSecurityStatusHandler is an interface for applications that want to have an easy way to handle security status updates. The interface defines callback methods for status update and recap events.
Name | |
---|---|
void | onSecurityStatusRecap(MamdaSubscription subscription, MamdaSecurityStatusListener listener, MamaMsg msg, MamdaSecurityStatusRecap recap) Method invoked when the current security status information for the security is available. The reason for the invocation may be any of the following: |
void | onSecurityStatusUpdate(MamdaSubscription subscription, MamdaSecurityStatusListener listener, MamaMsg msg, MamdaSecurityStatusUpdate update, MamdaSecurityStatusRecap recap) Method invoked when the current security status information has changed. |
void onSecurityStatusRecap(
MamdaSubscription subscription,
MamdaSecurityStatusListener listener,
MamaMsg msg,
MamdaSecurityStatusRecap recap
)
Method invoked when the current security status information for the security is available. The reason for the invocation may be any of the following:
Parameters:
recap
void onSecurityStatusUpdate(
MamdaSubscription subscription,
MamdaSecurityStatusListener listener,
MamaMsg msg,
MamdaSecurityStatusUpdate update,
MamdaSecurityStatusRecap recap
)
Method invoked when the current security status information has changed.
Parameters:
Updated on 2023-03-31 at 15:30:14 +0100