am 2757fed2: Merge "Clarifying which receiver method to call." into mnc-dev

* commit '2757fed2d612b7d7331e8ad9067df24b154ff8d7':
  Clarifying which receiver method to call.
This commit is contained in:
Glenn Kasten
2015-04-30 20:39:21 +00:00
committed by Android Git Automerger

View File

@@ -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}.
*