uk.org.ponder.event |
|
Java Source File Name | Type | Comment |
EventFirer.java | Class | An object of the class EventFirer is responsible for managing Listeners registered
to receive events and to fire events on demand. |
EventTag.java | Interface | EventTag is an empty interface indicating that the implementing class constitutes
an event. |
Listener.java | Interface | The interface Listener is implemented by classes who wish to receive events. |