Module  java.naming
软件包  javax.naming.ldap

Class UnsolicitedNotificationEvent

    • 构造方法详细信息

      • UnsolicitedNotificationEvent

        public UnsolicitedNotificationEvent​(Object src,
                                            UnsolicitedNotification notice)
        构造一个新的实例 UnsolicitedNotificationEvent
        参数
        src - 触发事件的非空源。
        notice - 非null非请求通知。
    • 方法详细信息

      • getNotification

        public UnsolicitedNotification getNotification​()
        返回非请求通知。
        结果
        导致此事件被触发的非null非请求通知。
      • dispatch

        public void dispatch​(UnsolicitedNotificationListener listener)
        使用此事件在侦听器上调用 notificationReceived()方法。
        参数
        listener - 调用 notificationReceived的非空侦听 notificationReceived