Package org.cip4.jdflib.util.event
Class EventQueue
java.lang.Object
org.cip4.jdflib.util.event.EventQueue
- All Implemented Interfaces:
EventListener,IEventListener,IEventQueue
class that can be plugged into another class to provide EventQueue functionality by delegation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(IEventListener listener) called to add an event to thisvoideventFired(EventObject event) called when an event is fired
-
Constructor Details
-
EventQueue
public EventQueue()
-
-
Method Details
-
addListener
Description copied from interface:IEventQueuecalled to add an event to this- Specified by:
addListenerin interfaceIEventQueue- Parameters:
listener-- See Also:
-
eventFired
Description copied from interface:IEventListenercalled when an event is fired- Specified by:
eventFiredin interfaceIEventListener- Parameters:
event-- See Also:
-