public class EventBus extends Object
BatchEvents. Eases decoupling by allowing objects to interact without having direct dependencies upon one another, and
without requiring event sources to deal with maintaining handler lists.| Constructor and Description |
|---|
EventBus(EventHandler[] handlers) |
public EventBus(EventHandler[] handlers)
public void fireEvent(BatchEvent event)
Copyright © 2009-2012 SonarSource. All Rights Reserved.