1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[221795] Added a suspended event handler to the source locator.

This commit is contained in:
Pawel Piech 2008-03-10 16:09:40 +00:00
parent f328405120
commit 5893454304

View file

@ -546,4 +546,9 @@ public class MISourceDisplayAdapter implements ISourceDisplay
public void eventDispatched(StepQueueManager.ISteppingTimedOutEvent e) {
startAnnotationClearingJob(e.getDMContext());
}
@DsfServiceEventHandler
public void eventDispatched(IRunControl.ISuspendedDMEvent e) {
fPrevModelContext = null;
}
}