javax.rad.server.event
Interface ISessionListener

All Known Implementing Classes:
DefaultObjectProvider, Monitoring

public interface ISessionListener

The listener interface for receiving session based events.


Method Summary
 void sessionCreated(ISession pSession)
          Invoked when a session was created and is ready to use.
 void sessionDestroyed(ISession pSession)
          Invoked when a session was destroyed an can not be used anymore.
 

Method Detail

sessionCreated

void sessionCreated(ISession pSession)
Invoked when a session was created and is ready to use.

Parameters:
pSession - the newly created session

sessionDestroyed

void sessionDestroyed(ISession pSession)
Invoked when a session was destroyed an can not be used anymore.

Parameters:
pSession - the destroyed session


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.