Package org.lwes.listener

Interface Summary
EventHandler This interface is implemented by any object that wishes to receive incoming Events.
EventListener EventListener is an interface defining an event listener that has pluggable event acquisition and handling.
QueueElement Interface needed to define queue elements, which encapsulate incoming events
 

Class Summary
DatagramDequeuer  
DatagramEnqueuer This class listens to packets sent via UDP, and enqueues them for processing.
DatagramEventListener This is an event listener that handles UDP packets.
DatagramQueueElement Element objects to use in the threaded queueing system.
EventPrintingHandler  
ThreadedDequeuer An abstract consumer of events.
ThreadedEnqueuer  
ThreadedEventDispatcher Dispatches events to downstream handlers using threads.
ThreadedEventListener  
ThreadedProcessor A threaded, queueing event processor.