net.groboclown.eventbus.v1
Interface IEventDistributor

All Known Implementing Classes:
ThreadedLocalEventDistributor, LocalEventDistributor

public interface IEventDistributor

An interface for distributing events to any listeners. It must have a default constructor.

Version:
Alpha 0.9.0
Author:
Matt Albrecht

Method Summary
 void initialize()
          Sets up the distributor after it has been created.
 void sendEvent(EventBusObject ebo)
          Send the given event to wherever it needs to go.
 

Method Detail

initialize

public void initialize()
Sets up the distributor after it has been created.

sendEvent

public void sendEvent(EventBusObject ebo)
Send the given event to wherever it needs to go.


Written under the LGPL