java.lang.Object
org.praxislive.core.ControlPort
org.praxislive.core.ControlPort.Input
org.praxislive.code.ControlInput
- All Implemented Interfaces:
Port
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.praxislive.core.ControlPort
ControlPort.Input, ControlPort.OutputNested classes/interfaces inherited from interface org.praxislive.core.Port
Port.Type<T extends Port>, Port.TypeProvider -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidaddListener(PortListener listener) voidgetLink()voidreceive(long time, double value) voidprotected voidvoidremoveListener(PortListener listener) voidsetLink(ControlInput.Link link) Methods inherited from class org.praxislive.core.ControlPort.Input
connect, disconnectMethods 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
-
Field Details
-
INFO
-
-
Constructor Details
-
ControlInput
-
-
Method Details
-
setLink
-
getLink
-
addControlOutputPort
- Specified by:
addControlOutputPortin classControlPort.Input- Throws:
PortConnectionException
-
removeControlOutputPort
- Specified by:
removeControlOutputPortin classControlPort.Input
-
disconnectAll
public void disconnectAll() -
addListener
-
removeListener
-
connections
-
receive
public void receive(long time, double value) - Specified by:
receivein classControlPort.Input
-
receive
- Specified by:
receivein classControlPort.Input
-