Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/11 13:55:08 (13 years ago)
Author:
mholper
Message:

added some changed in Impl #1218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKBJavaConnector/HLOKBWebClient/src/main/java/at/hl/okb/IECJConnector.java

    r5247 r5249  
    3636   * @throws Exception
    3737   */
    38   public void initialize(String algorithm, String platform, String problem) throws Exception; //, Map<String, Object> algoParams, Map<String,Object> problemParams, Object paramFile) throws Exception;
     38  public ECJConnectorState initialize(String algorithm, String platform, String problem) throws Exception; //, Map<String, Object> algoParams, Map<String,Object> problemParams, Object paramFile) throws Exception;
    3939
    4040  /**
     
    4343   * @throws Exception
    4444   */
    45   public void result(List<Object> resultList, Map<String, Object> algoParams, Map<String, Object> problemParams,
     45  public void result(ECJConnectorState state, List<Object> resultList, Map<String, Object> algoParams, Map<String, Object> problemParams,
    4646      Object paramFile) throws Exception;
    4747}
Note: See TracChangeset for help on using the changeset viewer.