java.lang.Object
org.praxislive.code.DataPort<T>
- Type Parameters:
T- data type
- All Implemented Interfaces:
Port
- Direct Known Subclasses:
DataPort.Input,DataPort.Output
Port type for
Data pipes.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classInput port forDatapipe.static final classOutput port forDatapipe.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
-
DataPort
public DataPort()
-