java.lang.Object
org.praxislive.code.RefPort<T>
org.praxislive.code.RefPort.Output<T>
- Type Parameters:
T- type of reference
- All Implemented Interfaces:
Port
Output port linked to
Ref implementation.-
Nested Class Summary
Nested classes/interfaces inherited from class org.praxislive.code.RefPort
RefPort.Input<T>, RefPort.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
-
addListener
-
connect
- Throws:
PortConnectionException
-
connections
-
disconnect
-
disconnectAll
public void disconnectAll() -
removeListener
-