mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
[289742] - [vm] IVMEventListener lacking @ConfinedToDsfExecutor annotation
This commit is contained in:
parent
f62e4f22af
commit
28f44f903d
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ package org.eclipse.cdt.dsf.ui.viewmodel;
|
||||||
|
|
||||||
import java.util.concurrent.Executor;
|
import java.util.concurrent.Executor;
|
||||||
|
|
||||||
|
import org.eclipse.cdt.dsf.concurrent.ConfinedToDsfExecutor;
|
||||||
import org.eclipse.cdt.dsf.concurrent.RequestMonitor;
|
import org.eclipse.cdt.dsf.concurrent.RequestMonitor;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -19,6 +20,7 @@ import org.eclipse.cdt.dsf.concurrent.RequestMonitor;
|
||||||
*
|
*
|
||||||
* @since 1.1
|
* @since 1.1
|
||||||
*/
|
*/
|
||||||
|
@ConfinedToDsfExecutor("#getExecutor()")
|
||||||
public interface IVMEventListener {
|
public interface IVMEventListener {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue