- java.lang.Object
-
- swim.streamlet.AbstractInlet<I>
-
- swim.streamlet.StreamletInlet<I>
-
- All Implemented Interfaces:
Inlet<I>
public class StreamletInlet<I> extends AbstractInlet<I>
AnInletthat invalidates a parameterizedStreamletwhenever theInletis invalidated, and that updates the parameterizedStreamletwhenever theInletupdates.
-
-
Field Summary
-
Fields inherited from class swim.streamlet.AbstractInlet
input, version
-
-
Constructor Summary
Constructors Constructor Description StreamletInlet(Streamlet<? super I,?> streamlet)
-
Method Summary
Modifier and Type Method Description protected voiddidInvalidateOutput()protected voiddidReconcileOutput(int version)Streamlet<? super I,?>streamlet()protected voidwillInvalidateOutput()protected voidwillReconcileOutput(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:
willInvalidateOutputin classAbstractInlet<I>
-
didInvalidateOutput
protected void didInvalidateOutput()
- Overrides:
didInvalidateOutputin classAbstractInlet<I>
-
willReconcileOutput
protected void willReconcileOutput(int version)
- Overrides:
willReconcileOutputin classAbstractInlet<I>
-
didReconcileOutput
protected void didReconcileOutput(int version)
- Overrides:
didReconcileOutputin classAbstractInlet<I>
-
-