blob: 5a3a0cf5e742af15ffd42bafe21cc2458ecc2fa2 [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.
*
*/
public interface ICDIMemoryChangedEvent extends ICDIChangedEvent {
/**
* @return the modified addresses.
*/
Long[] getAddresses();
}