Interface ISmrNotificationListener
-
public interface ISmrNotificationListenerThis interface is used to notify of received SMR-invoked requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSmrInvokedReceived(SmrEvent event)This method is fired when a new smr-invoked request is received.
-
-
-
Method Detail
-
onSmrInvokedReceived
void onSmrInvokedReceived(SmrEvent event)
This method is fired when a new smr-invoked request is received.- Parameters:
event- This object carries the nonce of a smr-invoked request and the subscriber'sIpAddressBinarythat sent this request.
-
-