Package com.vessosa.g15lastfmplayer.model

Examples of com.vessosa.g15lastfmplayer.model.MainModel


    checkForArchiteture();
    Config.initConfig();
    if (Config.getValueAsBoolean(Config.CHECK_FOR_UPDATES_ON_STARTUP))
      checkForUpdates();

    getController().addModel(new MainModel());

    getG15MediaKeys();
    registerMediaKeys();
    getRadioSearchScreen();
View Full Code Here

TOP

Related Classes of com.vessosa.g15lastfmplayer.model.MainModel

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.