1 /***
2 * ResultsListener.java
3 *
4 * This file was auto-generated from WSDL
5 * by the Apache Axis WSDL2Java emitter.
6 */
7
8 package org.astrogrid.jes.service.v1.cearesults;
9
10 public interface ResultsListener extends java.rmi.Remote {
11
12 // Return the results to the listener
13 public void putResults(org.astrogrid.jes.types.v1.cea.axis.JobIdentifierType jobIdentifier, org.astrogrid.jes.types.v1.cea.axis.ResultListType resultList) throws java.rmi.RemoteException;
14 }