java.lang.Object
org.praxislive.code.DataPort<T>
org.praxislive.code.DataPort.Input<T>
- All Implemented Interfaces:
Port
-
Nested Class Summary
Nested classes/interfaces inherited from class org.praxislive.code.DataPort
DataPort.Input<T>, DataPort.Output<T>Nested classes/interfaces inherited from interface org.praxislive.core.Port
Port.Type<T extends Port>, Port.TypeProvider -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(PortListener listener) voidvoiddisconnect(Port port) voidvoidremoveListener(PortListener listener) 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
isConnectedTo
-
Method Details
-
connect
- Throws:
PortConnectionException
-
disconnect
-
disconnectAll
public void disconnectAll() -
connections
-
addListener
-
removeListener
-