|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventSet
Describes a heterogeneous set of Event
s.
Event
,
EventQueue
,
VirtualMachine
Method Summary | |
---|---|
void |
resume()
Resumes processing of the EventSet . |
boolean |
suspended()
Returns true if processing of the EventSet is currently suspended. |
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Mirror |
---|
virtualMachine |
Method Detail |
---|
boolean suspended()
true
if processing of the EventSet
is currently suspended.
true
if the EventSet
is suspended false
otherwisevoid resume()
EventSet
.
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |