public class CompositeRegistryEventConsumer<E> extends java.lang.Object implements RegistryEventConsumer<E>
| Constructor and Description |
|---|
CompositeRegistryEventConsumer(java.util.List<RegistryEventConsumer<E>> delegates) |
| Modifier and Type | Method and Description |
|---|---|
void |
onEntryAddedEvent(EntryAddedEvent<E> entryAddedEvent) |
void |
onEntryRemovedEvent(EntryRemovedEvent<E> entryRemoveEvent) |
void |
onEntryReplacedEvent(EntryReplacedEvent<E> entryReplacedEvent) |
public CompositeRegistryEventConsumer(java.util.List<RegistryEventConsumer<E>> delegates)
public void onEntryAddedEvent(EntryAddedEvent<E> entryAddedEvent)
onEntryAddedEvent in interface RegistryEventConsumer<E>public void onEntryRemovedEvent(EntryRemovedEvent<E> entryRemoveEvent)
onEntryRemovedEvent in interface RegistryEventConsumer<E>public void onEntryReplacedEvent(EntryReplacedEvent<E> entryReplacedEvent)
onEntryReplacedEvent in interface RegistryEventConsumer<E>