Interface AutoConnectSequencer


public interface AutoConnectSequencer
Interface for Sequencers that are able to do the auto-connect as required by MidiSystem.getSequencer()
Author:
Florian Bomers
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setAutoConnect(Receiver autoConnectReceiver)
    Set the receiver that this device is auto-connected.
  • Method Details

    • setAutoConnect

      void setAutoConnect(Receiver autoConnectReceiver)
      Set the receiver that this device is auto-connected. If non-null, the device needs to re-connect itself to a suitable device in open().