Class RemoteController

java.lang.Object
org.jjazz.musiccontrolactions.api.RemoteController

public class RemoteController extends Object
Manage the Midi IN remote control playback operations.
  • Field Details

  • Method Details

    • getInstance

      public static RemoteController getInstance()
    • isEnabled

      public final boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean b)
    • getRemoteActions

      public final List<RemoteAction> getRemoteActions()
      Get all the RemoteAction instances.
      Returns:
    • addPropertyChangeListener

      public void addPropertyChangeListener(PropertyChangeListener l)
    • removePropertyChangeListener

      public void removePropertyChangeListener(PropertyChangeListener l)