| |
|
| java.lang.Object org.w3c.tools.resources.event.ResourceEventQueue
ResourceEventQueue | public class ResourceEventQueue (Code) | | |
Inner Class :class QueueCell | |
Field Summary | |
final public static boolean | debug |
debug | final public static boolean debug(Code) | | |
ResourceEventQueue | public ResourceEventQueue()(Code) | | |
removeSourceEvents | public synchronized void removeSourceEvents(Object source)(Code) | | Remove all the Events comming from the given source object.
Parameters: source - The Object where the events to remove are comming from. |
sendEvent | public synchronized void sendEvent(ResourceEvent evt)(Code) | | Send a ResourceEvent in the queue.
Parameters: evt - The Resource Event to put in the queue. |
|
|
|