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

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

Uses of SubscriptionAliveListener in com.prosysopc.ua.client
 

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

Methods in com.prosysopc.ua.client that return SubscriptionAliveListener
 SubscriptionAliveListener[] Subscription.getAliveListeners()
           
 

Methods in com.prosysopc.ua.client with parameters of type SubscriptionAliveListener
 void Subscription.addAliveListener(SubscriptionAliveListener subscriptionAliveListener)
          Add a listener for the subscription alive and timeout events.
 boolean Subscription.hasAliveListener(SubscriptionAliveListener subscriptionAliveListener)
          Check if the subscription already has the specified alive listener.
 void Subscription.removeAliveListener(SubscriptionAliveListener subscriptionAliveListener)
          Remove a listener for the subscription alive event.
 



Copyright © 2018. All rights reserved.