Package tyrelion.loaders

Examples of tyrelion.loaders.MusicLoader


  MusicLoader loader;
 
  @Before
  public void setUp() throws Exception {
    loader = new MusicLoader();
    loader.initCategories();
  }
View Full Code Here


 
  /**
   * Creates a MusicManager object, calls the MusicLoader and initializes the musicMap and volume.
   */
  public MusicManager() {
    loader = new MusicLoader();
    musicMap = loader.getMusicMap();
  }
View Full Code Here

TOP

Related Classes of tyrelion.loaders.MusicLoader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.