blob: ebc73339f6a7f1f63e56feb43098af436566ce93 [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 changed.
* Can be originated by any CDI model object.
*
* @since Jul 10, 2002
*/
public interface ICDIChangedEvent extends ICDIEvent {
}