V - The type of objects produced.public interface IProducer<V>
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(IConsumer<V> listener)
Add a listener which will be notified for each new object created.
|
boolean |
removeListener(IConsumer<V> listener)
Remove the give listener.
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.