Package jmsltutorial

Class MessagePrintingPlayable

java.lang.Object
jmsltutorial.MessagePrintingPlayable
All Implemented Interfaces:
Playable

public class MessagePrintingPlayable
extends java.lang.Object
implements Playable
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    double play​(double playTime, Composable thing)
    Executing musical function.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • play

      public double play​(double playTime, Composable thing)
      Description copied from interface: Playable
      Executing musical function. Return time when done.
      Specified by:
      play in interface Playable
      Returns:
      stopTime
    • main

      public static void main​(java.lang.String[] args)