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

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

Uses of SessionManagerListener in com.prosysopc.ua.server
 

Classes in com.prosysopc.ua.server that implement SessionManagerListener
 class SessionManagerAdapter
          Adapter class for SessionManagerListener
 

Fields in com.prosysopc.ua.server declared as SessionManagerListener
protected  SessionManagerListener UaServer.sessionManagerListener
           
 

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

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



Copyright © 2018. All rights reserved.