public interface IEventQueue extends IALSBDebuggerObject
| Modifier and Type | Method and Description |
|---|---|
IEvent |
remove()
Waits forever for the next available event.
|
IEvent |
remove(long timeout)
Waits a specified time for the next available event (a value of 0 is equivalent to calling
remove()). |
debugger, toStringIEvent remove() throws java.lang.InterruptedException
java.lang.InterruptedException