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
Ports for sharing Ref values.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classRef input, linked toimplementation.invalid reference
Ref.Instatic final classOutput port linked toRefimplementation.Nested classes/interfaces inherited from interface org.praxislive.core.Port
Port.Type<T extends Port>, Port.TypeProvider -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.praxislive.core.Port
addListener, connect, connections, disconnect, disconnectAll, isConnectedTo, removeListener
-
Constructor Details
-
RefPort
public RefPort()
-