blob: 9631c3fbaad7116cfbbf4037a7fe52055a5bcc9e [file] [log] [blame]
package org.eclipse.dltk.dbgp;
import org.eclipse.dltk.dbgp.commands.IDbgpCommands;
import org.eclipse.dltk.dbgp.internal.IDbgpTermination;
public interface IDbgpSession extends IDbgpCommands, IDbgpTermination {
IDbgpSessionInfo getInfo();
IDbgpNotificationManager getNotificationManager();
}