- java.lang.Object
-
- org.praxislive.core.ControlPort
-
- All Implemented Interfaces:
Port
- Direct Known Subclasses:
ControlPort.Input
,ControlPort.Output
public abstract class ControlPort extends Object implements Port
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ControlPort.Input
static class
ControlPort.Output
-
Nested classes/interfaces inherited from interface org.praxislive.core.Port
Port.Type<T extends Port>, Port.TypeProvider
-
-
Constructor Summary
Constructors Constructor Description ControlPort()
-
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
-
-
-
-
Field Detail
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
TRIGGER
public static final String TRIGGER
- See Also:
- Constant Field Values
-
READY
public static final String READY
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
BANG
public static final PString BANG
-
-