JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.debug.core.jsdi.event
Interface EventSet

All Superinterfaces:
Collection, Iterable, Mirror, Set

public interface EventSet
extends Set, Mirror

Describes a heterogeneous set of Events.

Since:
1.0
See Also:
Event, EventQueue, VirtualMachine
Restriction:
This interface is not intended to be extended by clients.

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

suspended

boolean suspended()
Returns true if processing of the EventSet is currently suspended.

Returns:
true if the EventSet is suspended false otherwise

resume

void resume()
Resumes processing of the EventSet.


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.