mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 16:55:38 +02:00
JavaDoc enhancement
This commit is contained in:
parent
14717d43de
commit
b8eab3668b
1 changed files with 4 additions and 3 deletions
|
@ -33,8 +33,9 @@ public interface IVMEventListener {
|
|||
|
||||
/**
|
||||
* Returns whether the event handling manager should wait for this listener
|
||||
* to complete handling this event, or whether the event listener can process
|
||||
* the event asynchronously.
|
||||
* to complete handling an event given to it via
|
||||
* {@link #handleEvent(Object, RequestMonitor)}, or whether the event
|
||||
* listener can process that event asynchronously.
|
||||
*/
|
||||
public boolean shouldWaitHandleEventToComplete();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue