GoofsService.java :  » Google-tech » goofs » goofs » Java Open Source

Java Open Source » Google tech » goofs 
goofs » goofs » GoofsService.java
package goofs;

import com.google.gdata.util.AuthenticationException;


public interface GoofsService {
  
  public static final String APP_NAME = "goofs-goofs-1";
  
  public void acquireSessionTokens(String username, String password) throws AuthenticationException;

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