All Downloads are FREE. Search and download functionalities are using the official Maven repository.

enterprises.orbital.evexmlapi.api.IApiAPI Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package enterprises.orbital.evexmlapi.api;

import java.io.IOException;

import enterprises.orbital.evexmlapi.IResponse;

public interface IApiAPI extends IResponse {

  public ICallList requestCallList() throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy