public class CompositeEventPublisher extends java.lang.Object implements EventPublisher
| Constructor and Description |
|---|
CompositeEventPublisher(java.util.List<EventPublisher> publishers) |
| Modifier and Type | Method and Description |
|---|---|
void |
publish(Event event) |
public CompositeEventPublisher(java.util.List<EventPublisher> publishers)
public void publish(Event event)
publish in interface EventPublisher