IClient.java :  » UnTagged » metzoid » com » metzoid » client » Android Open Source

Android Open Source » UnTagged » metzoid 
metzoid » com » metzoid » client » IClient.java
/**
 * 
 */
package com.metzoid.client;

import org.json.JSONArray;

/**
 * @author Ramius
 *
 */
public interface IClient 
{
  /**
   * Get the revision version
   * @return
   */
  public int getVersion();
  
  /**
   * Get all lines
   * @return
   */
  public JSONArray getLines();

}
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.