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

Packages that use CallableListener
com.prosysopc.ua.server Main server side classes of the SDK. 
com.prosysopc.ua.server.nodes Server side implementation classes for the UaNode model. 
 

Uses of CallableListener in com.prosysopc.ua.server
 

Classes in com.prosysopc.ua.server that implement CallableListener
 class EventManager
          OPC UA Event Manager interface.
 class EventManagerUaNode
           
 

Methods in com.prosysopc.ua.server with parameters of type CallableListener
 void MethodManagerUaNode.addCallListener(CallableListener listener)
           
 void MethodManagerUaNode.removeCallListener(CallableListener listener)
           
 

Uses of CallableListener in com.prosysopc.ua.server.nodes
 

Methods in com.prosysopc.ua.server.nodes with parameters of type CallableListener
 void UaObjectNode.addCallListener(CallableListener listener)
           
 void UaCallable.addCallListener(CallableListener listener)
           
 void UaObjectNode.removeCallListener(CallableListener listener)
           
 void UaCallable.removeCallListener(CallableListener listener)
           
 



Copyright © 2018. All rights reserved.