Class PlaySongPlan


  • public class PlaySongPlan
    extends java.lang.Object
    Plan for playing a song.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlaySongPlan()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void aborted()
      Cleanup, when the user "pressed the button".
      void body​(IInternalAccess agent)
      The plan body.
      static void main​(java.lang.String[] args)
      Main for testing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlaySongPlan

        public PlaySongPlan()
    • Method Detail

      • aborted

        public void aborted()
        Cleanup, when the user "pressed the button".
      • main

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