Package org.cip4.jdflib.util.event
Interface IEventQueue
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
EventQueue
trivial generic event queue interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(IEventListener listener) called to add an event to this
-
Method Details
-
addListener
called to add an event to this- Parameters:
listener-
-