Package org.eclipse.emf.cdo.session
Interface CDOSessionConfiguration.SessionOpenedEvent
- 
- All Superinterfaces:
- org.eclipse.net4j.util.event.IEvent
 - Enclosing interface:
- CDOSessionConfiguration
 
 public static interface CDOSessionConfiguration.SessionOpenedEvent extends org.eclipse.net4j.util.event.IEventFired from asession configurationafter a newsessionhas been opened.- Since:
- 4.0
- Author:
- Eike Stepper
- 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOSessiongetOpenedSession()CDOSessionConfigurationgetSource()
 
- 
- 
- 
Method Detail- 
getSourceCDOSessionConfiguration getSource() - Specified by:
- getSourcein interface- org.eclipse.net4j.util.event.IEvent
 
 - 
getOpenedSessionCDOSession getOpenedSession() 
 
- 
 
-