- java.lang.Object
-
- org.praxislive.code.DataPort<T>
-
- org.praxislive.code.DataPort.Input<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.praxislive.code.DataPort
DataPort.Input<T>, DataPort.Output<T>, DataPort.Provider
-
Nested classes/interfaces inherited from interface org.praxislive.core.Port
Port.Type<T extends Port>, Port.TypeProvider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddListener(PortListener listener)voidconnect(Port port)List<DataPort.Output<T>>connections()voiddisconnect(Port port)voiddisconnectAll()PortInfogetInfo()voidremoveListener(PortListener listener)-
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
isConnectedTo
-
-
-
-
Method Detail
-
connect
public void connect(Port port) throws PortConnectionException
- Throws:
PortConnectionException
-
disconnect
public void disconnect(Port port)
-
getInfo
public PortInfo getInfo()
-
disconnectAll
public void disconnectAll()
-
connections
public List<DataPort.Output<T>> connections()
-
addListener
public void addListener(PortListener listener)
-
removeListener
public void removeListener(PortListener listener)
-
-