Interface ISmrNotificationListener

All Known Implementing Classes:
MapServer

public interface ISmrNotificationListener
This interface is used to notify of received SMR-invoked requests.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is fired when a new smr-invoked request is received.
  • Method Details

    • 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's IpAddressBinary that sent this request.