public interface InputGateListener
InputGate instances
that want to be notified of availability of buffer or event instances.| Modifier and Type | Method and Description |
|---|---|
void |
notifyInputGateNonEmpty(InputGate inputGate)
Notification callback if the input gate moves from zero to non-zero
available input channels with data.
|
void notifyInputGateNonEmpty(InputGate inputGate)
inputGate - Input Gate that became available.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.