Package org.lwes.emitter

Interface Summary
EventEmitter EventEmitter is the interface that defines a component that takes an Event and performs an emit task on that event.
 

Class Summary
MulticastEventEmitter MulticastEventEmitter emits events to multicast groups on the network.
UnicastEventEmitter UnicastEventEmitter emits events as unicast datagrams on the network.