| java.lang.Object org.jdesktop.j3dfly.event.EventProcessor
EventProcessor | public class EventProcessor extends Object (Code) | | Handles distribution of events throughout the application
This class is thread safe. Any changes made to the set of events
during an event processing cycle will not appear in the event
list until the next cycle
author: paulby version: |
Inner Class :class ChangeObject | |
EventProcessor | public EventProcessor()(Code) | | Creates new EventProcessor
|
addListener | public void addListener(FlyEventListener listener, Class evtClass)(Code) | | Add a listener which is called whenever events of the specified
class are posted
|
|
|