Uses of Interface
com.prosysopc.ua.client.SubscriptionNotificationListener

Packages that use SubscriptionNotificationListener
com.prosysopc.ua.client Main client side classes of the SDK. 
 

Uses of SubscriptionNotificationListener in com.prosysopc.ua.client
 

Classes in com.prosysopc.ua.client that implement SubscriptionNotificationListener
 class SubscriptionNotificationAdapter
          A default, empty implementation of the SubscriptionNotificationListener.
 

Methods in com.prosysopc.ua.client that return SubscriptionNotificationListener
 SubscriptionNotificationListener[] Subscription.getNotificationListeners()
           
 

Methods in com.prosysopc.ua.client with parameters of type SubscriptionNotificationListener
 void Subscription.addNotificationListener(SubscriptionNotificationListener notificationListener)
          Add a listener for the Notification notification event.
 boolean Subscription.hasNotificationListener(SubscriptionNotificationListener notificationListener)
          Check if the subscription already has the specified notification listener.
 void Subscription.removeNotificationListener(SubscriptionNotificationListener listener)
          Remove a listener from the Notification event.
 



Copyright © 2018. All rights reserved.