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

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

Uses of SessionListener in com.prosysopc.ua.server
 

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

Methods in com.prosysopc.ua.server with parameters of type SessionListener
 void Session.addSessionListener(SessionListener listener)
          Add a Sessionlistener.
 boolean Session.hasSessionListener(SessionListener listener)
          Check if a given listener is added
 void Session.removeSessionListener(SessionListener listener)
          Remove a SessionListener.
 



Copyright © 2018. All rights reserved.