org.eclipse.cdt.debug.internal.core
Class SessionManager

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.core.SessionManager
All Implemented Interfaces:
org.eclipse.debug.core.IDebugEventSetListener

public class SessionManager
extends java.lang.Object
implements org.eclipse.debug.core.IDebugEventSetListener

Default implementation of the session manager. Terminates the session when the last target is terminated;


Constructor Summary
SessionManager()
           
 
Method Summary
 void dispose()
           
 java.lang.Object getAdapter(java.lang.Class adapter)
           
 void handleDebugEvents(org.eclipse.debug.core.DebugEvent[] events)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionManager

public SessionManager()
Method Detail

getAdapter

public java.lang.Object getAdapter(java.lang.Class adapter)

dispose

public void dispose()

handleDebugEvents

public void handleDebugEvents(org.eclipse.debug.core.DebugEvent[] events)
Specified by:
handleDebugEvents in interface org.eclipse.debug.core.IDebugEventSetListener