org.log4jfugue
Class MyMusicApp

java.lang.Object
  extended by org.log4jfugue.MyMusicApp

public class MyMusicApp
extends java.lang.Object

The main application of the system, ie a sample client application, TODO: finish the suite of JUnit tests, add a simple application to play the file created by the PretendPlayer, create a data flow diagram for the package, make the File DataGetter be able to replay at different speeds, make sure that the pretend player works with the Rhythm player.


Constructor Summary
MyMusicApp()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyMusicApp

public MyMusicApp()
Method Detail

main

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