com.prosysopc.ua.server
Interface SessionListener


public interface SessionListener

Listener for Session.


Method Summary
 void onSessionActivated(Session session)
          Called after the session is activated
 void onSessionChanged(Session session)
          Called after some change(other than activation/closing) has happened
 void onSessionClosed(Session session)
          Called after the session is closed
 

Method Detail

onSessionActivated

void onSessionActivated(Session session)
Called after the session is activated

Parameters:
session - the Session that is activated

onSessionChanged

void onSessionChanged(Session session)
Called after some change(other than activation/closing) has happened

Parameters:
session - the Session that has changed

onSessionClosed

void onSessionClosed(Session session)
Called after the session is closed

Parameters:
session - the Session that is closed


Copyright © 2018. All rights reserved.