Uses of Interface
com.prosysopc.ua.server.SubscriptionManagerListener

Packages that use SubscriptionManagerListener
com.prosysopc.ua.server Main server side classes of the SDK. 
 

Uses of SubscriptionManagerListener in com.prosysopc.ua.server
 

Fields in com.prosysopc.ua.server with type parameters of type SubscriptionManagerListener
protected  List<SubscriptionManagerListener> SubscriptionManager.listeners
           
 

Methods in com.prosysopc.ua.server with parameters of type SubscriptionManagerListener
 void SubscriptionManager.addListener(SubscriptionManagerListener listener)
          Add a new SubscriptionManagerListener.
 boolean SubscriptionManager.hasListener(SubscriptionManagerListener listener)
          Check if the manager already has the specified listener.
 void SubscriptionManager.removeListener(SubscriptionManagerListener listener)
          Remove a SubscriptionManagerListener.
 



Copyright © 2018. All rights reserved.