Class RemoteController
java.lang.Object
org.jjazz.musiccontrolactions.api.RemoteController
Manage the Midi IN remote control playback operations.
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static RemoteController
final List<RemoteAction>
Get all the RemoteAction instances.final boolean
void
void
setEnabled
(boolean b)
-
Field Details
-
PREF_ENABLED
- See Also:
-
-
Method Details
-
getInstance
-
isEnabled
public final boolean isEnabled() -
setEnabled
public void setEnabled(boolean b) -
getRemoteActions
Get all the RemoteAction instances.- Returns:
-
addPropertyChangeListener
-
removePropertyChangeListener
-