Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.model
Interface SessionListener


public interface SessionListener

Listener to be notified about events in session life cycle.

Author:
bstefanescu

Method Summary
 void aboutToCloseSession(Session session)
          The session is about to be closed.
 void sessionClosed(Session session)
          The session was closed.
 void sessionStarted(Session session)
          The session was started.
 

Method Detail

aboutToCloseSession

void aboutToCloseSession(Session session)
The session is about to be closed.

Parameters:
session - the session

sessionClosed

void sessionClosed(Session session)
The session was closed.

Parameters:
session - the session

sessionStarted

void sessionStarted(Session session)
The session was started.

Parameters:
session - the session

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.