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
|
@ -30,11 +30,12 @@ public interface IVMEventListener {
|
||||||
* Process the given event and indicate completion with request monitor.
|
* Process the given event and indicate completion with request monitor.
|
||||||
*/
|
*/
|
||||||
public void handleEvent(final Object event, RequestMonitor rm);
|
public void handleEvent(final Object event, RequestMonitor rm);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns whether the event handling manager should wait for this listener
|
* Returns whether the event handling manager should wait for this listener
|
||||||
* to complete handling this event, or whether the event listener can process
|
* to complete handling an event given to it via
|
||||||
* the event asynchronously.
|
* {@link #handleEvent(Object, RequestMonitor)}, or whether the event
|
||||||
|
* listener can process that event asynchronously.
|
||||||
*/
|
*/
|
||||||
public boolean shouldWaitHandleEventToComplete();
|
public boolean shouldWaitHandleEventToComplete();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue