模块  java.naming
软件包  javax.naming.ldap

Class UnsolicitedNotificationEvent

    • 构造方法详细信息

      • UnsolicitedNotificationEvent

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

      • getNotification

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

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