Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0abae734 authored by Peter Brinkmann's avatar Peter Brinkmann
Browse files

Clarifying which receiver method to call.

Change-Id: Iaf89e1ff27e257fd25c54e189e8fcd1b10e8edfc
parent 1c241ddf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@ import java.io.IOException;
 */
abstract public class MidiReceiver {
    /**
     * Although public, this method should be considered a private implementation
     * detail. Client code should call {@link #send} or {@link #sendWithTimestamp}
     * instead.
     *
     * Called to pass MIDI data to the receiver.
     * May fail if count exceeds {@link #getMaxMessageSize}.
     *