Package javax.events

Class Events

extends ThreadObject
implements Runnable

This class implements the event dispatcher. The run() method of this class implements an infinite loop in which this thread waits (suspended) for an event to occur. When an event is recognised the VM thread scheduler immediately resumes this thread so it can call fire() methods of registered AsyncEvent handler. If there are several events pending then they are processed in turn until all fire counters are decremented to zero.

Note

Public Constructors

Public Methods

Methods inherited from java.lang.Thread

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

Public Fields

  • static final int ALL_EVENTS
  • static int MAX_EVENTS

_INSERT_FIELDS_ENTRY_HERE_