Package org.cip4.jdflib.util.event
Interface IEventQueue
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
EventQueue
public interface IEventQueue extends java.util.EventListenertrivial generic event queue interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddListener(IEventListener listener)called to add an event to this
-
-
-
Method Detail
-
addListener
void addListener(IEventListener listener)
called to add an event to this- Parameters:
listener-
-
-