- java.lang.Object
-
- swim.streamlet.AbstractInlet<I>
-
- swim.streamlet.StreamletInlet<I>
-
- All Implemented Interfaces:
Inlet<I>
public class StreamletInlet<I> extends AbstractInlet<I>
AnInletthat decoheres a parameterizedStreamletwhenever theInletdecoheres, and that recoheres the parameterizedStreamletwhenever theInletrecoheres.
-
-
Constructor Summary
Constructors Constructor Description StreamletInlet(Streamlet<? super I,?> streamlet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddidDecohereOutput()protected voiddidRecohereOutput(int version)Streamlet<? super I,?>streamlet()protected voidwillDecohereOutput()protected voidwillRecohereOutput(int version)-
Methods inherited from class swim.streamlet.AbstractInlet
bindInput, decohereOutput, disconnectInputs, disconnectOutputs, input, onDecohereOutput, onRecohereOutput, recohereOutput, unbindInput
-
-
-
-
Method Detail
-
willDecohereOutput
protected void willDecohereOutput()
- Overrides:
willDecohereOutputin classAbstractInlet<I>
-
didDecohereOutput
protected void didDecohereOutput()
- Overrides:
didDecohereOutputin classAbstractInlet<I>
-
willRecohereOutput
protected void willRecohereOutput(int version)
- Overrides:
willRecohereOutputin classAbstractInlet<I>
-
didRecohereOutput
protected void didRecohereOutput(int version)
- Overrides:
didRecohereOutputin classAbstractInlet<I>
-
-