- java.lang.Object
-
- swim.streamlet.AbstractInlet<I>
-
- swim.streamlet.StreamletInlet<I>
-
- All Implemented Interfaces:
Inlet<I>
public class StreamletInlet<I> extends AbstractInlet<I>
AnInlet
that invalidates a parameterizedStreamlet
whenever theInlet
is invalidated, and that updates the parameterizedStreamlet
whenever theInlet
updates.
-
-
Constructor Summary
Constructors Constructor Description StreamletInlet(Streamlet<? super I,?> streamlet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
didInvalidateOutput()
protected void
didReconcileOutput(int version)
Streamlet<? super I,?>
streamlet()
protected void
willInvalidateOutput()
protected void
willReconcileOutput(int version)
-
Methods inherited from class swim.streamlet.AbstractInlet
bindInput, disconnectInputs, disconnectOutputs, input, invalidateOutput, onInvalidateOutput, onReconcileOutput, reconcileOutput, unbindInput
-
-
-
-
Method Detail
-
willInvalidateOutput
protected void willInvalidateOutput()
- Overrides:
willInvalidateOutput
in classAbstractInlet<I>
-
didInvalidateOutput
protected void didInvalidateOutput()
- Overrides:
didInvalidateOutput
in classAbstractInlet<I>
-
willReconcileOutput
protected void willReconcileOutput(int version)
- Overrides:
willReconcileOutput
in classAbstractInlet<I>
-
didReconcileOutput
protected void didReconcileOutput(int version)
- Overrides:
didReconcileOutput
in classAbstractInlet<I>
-
-