blob: b64c1d2f7af0462010e0fd2cb9bdd8bedea74505 [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.core.cdi.event;
/**
*
* Notifies that the originator has disconnected.
* The originators:
* <ul>
* <li>target (ICDITarget)
* </ul>
*
* @since Jul 10, 2002
*/
public interface ICDIDisconnectedEvent extends ICDIEvent {
}