Package javax.events
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
_INSERT_METHOD_ENTRY_HERE_
Methods inherited from java.lang.Object
_INSERT_INHERITED_METHOD_ENTRY_HERE_
Public Fields
_INSERT_FIELDS_ENTRY_HERE_
Copyright © demmel products gmbh. All rights reserved.