org.eclipse.emf.cdo.session
Interface CDOSessionConfiguration.SessionOpenedEvent

All Superinterfaces:
IEvent
Enclosing interface:
CDOSessionConfiguration

public static interface CDOSessionConfiguration.SessionOpenedEvent
extends IEvent

Fired from a session configuration after a new session has been opened.

Since:
4.0
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Method Summary
 CDOSession getOpenedSession()
           
 CDOSessionConfiguration getSource()
           
 

Method Detail

getSource

CDOSessionConfiguration getSource()
Specified by:
getSource in interface IEvent

getOpenedSession

CDOSession getOpenedSession()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.