|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventQueue
A queue for JSDI EventSet
s
Method Summary | |
---|---|
EventSet |
remove()
Removes an EventSet from the queue waiting for a default timeout if needed. |
EventSet |
remove(int timeout)
Removes an EventSet from the queue waiting for the specified timeout if needed. |
Method Detail |
---|
EventSet remove()
EventSet
from the queue waiting for a default timeout if needed.null
EventSet
on the queue or null
if an EventSet
is not available or there was an exception retrieving the top EventSet
EventSet remove(int timeout)
EventSet
from the queue waiting for the specified timeout if needed.null
timeout
- the amount of time (in milliseconds) to wait when trying to remove the next EventSet
EventSet
on the queue or null
if an EventSet
is not available or there was an exception retrieving the top EventSet
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |