mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 08:45:44 +02:00
JavaDoc enhancement
This commit is contained in:
parent
14717d43de
commit
b8eab3668b
1 changed files with 4 additions and 3 deletions
|
@ -30,11 +30,12 @@ public interface IVMEventListener {
|
|||
* Process the given event and indicate completion with request monitor.
|
||||
*/
|
||||
public void handleEvent(final Object event, RequestMonitor rm);
|
||||
|
||||
|
||||
/**
|
||||
* 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