V - The type of objects produced.public interface IProducerImpl<V> extends IProducer<V>
| Modifier and Type | Method and Description |
|---|---|
void |
produce(V item)
Notify all registered listeners that the given item has been produced.
|
addListener, removeListenervoid produce(V item)
item - An item which has been produced.Copyright © 2018 Symphony Software Foundation. All rights reserved.