Uses of Interface
com.sdm.quasar.client.core.application.SessionListener

Packages that use SessionListener
com.sdm.quasar.client.core.application   
 

Uses of SessionListener in com.sdm.quasar.client.core.application
 

Methods in com.sdm.quasar.client.core.application with parameters of type SessionListener
 void SessionManager.addSessionListener(SessionListener listener)
          Registers an observer that is notified when sessions are created and disposed.
 void SessionManager.removeSessionListener(SessionListener listener)
          Unregisters an observer.
 void AbstractSessionManager.addSessionListener(SessionListener listener)
           
 void AbstractSessionManager.removeSessionListener(SessionListener listener)