Definitions.java :  » Mobile » podcastsquizzer » main » Java Open Source

Java Open Source » Mobile » podcastsquizzer 
podcastsquizzer » main » Definitions.java
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package main;

/**
 *
 * @author Mauricio
 */
public interface Definitions {
    public static boolean DEBUG_MODE = true;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.