- java.lang.Object
-
- org.praxislive.code.DataPort<T>
-
- All Implemented Interfaces:
Port
- Direct Known Subclasses:
DataPort.Input,DataPort.Output
public abstract class DataPort<T> extends Object implements Port
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataPort.Input<T>static classDataPort.Output<T>static classDataPort.ProviderDeprecated.-
Nested classes/interfaces inherited from interface org.praxislive.core.Port
Port.Type<T extends Port>, Port.TypeProvider
-
-
Constructor Summary
Constructors Constructor Description DataPort()
-
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
-
-