Interface SMSEventListener

  • All Known Implementing Classes:
    CachedSMSEntry, CachedSubEntries

    public interface SMSEventListener
    Defines a listener that should be notified when an SMS event occurs to an object. The notifications are triggered by the SMSEventListenerManager.
    • Method Detail

      • notifySMSEvent

        void notifySMSEvent​(org.forgerock.opendj.ldap.DN dn,
                            int event)
        Called when an SMS event occurs to the requested object.
        Parameters:
        dn - The DN of the object that the event has occurred for.
        event - The event that has occurred.