- java.lang.Object
-
- org.praxislive.code.RefPort<T>
-
- Type Parameters:
T- type of references
- All Implemented Interfaces:
Port
- Direct Known Subclasses:
RefPort.Input,RefPort.Output
public abstract class RefPort<T> extends Object implements Port
Ports for sharing Ref values.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRefPort.Input<T>Ref input, linked toRef.Inimplementation.static classRefPort.Output<T>Output port linked toRefimplementation.-
Nested classes/interfaces inherited from interface org.praxislive.core.Port
Port.Type<T extends Port>, Port.TypeProvider
-
-
Constructor Summary
Constructors Constructor Description RefPort()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.praxislive.core.Port
addListener, connect, connections, disconnect, disconnectAll, isConnectedTo, removeListener
-
-