Ignore:
Timestamp:
08/28/12 19:56:00 (12 years ago)
Author:
oschonef
Message:

OT: I saw tail lights last night in a dream about my first wife ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUScanHandler.java

    r2088 r2163  
    3131 */
    3232public interface SRUScanHandler {
    33     /**
    34      * A flag to indicate the position of the term within the complete term
    35      * list.
    36      */
    37     public enum WhereInList {
    38         /**
    39          * The first term (<em>first</em>)
    40          */
    41         FIRST,
    42 
    43         /**
    44          * The last term (<em>last</em>)
    45          */
    46         LAST,
    47 
    48         /**
    49          * The only term (<em>only</em>)
    50          */
    51         ONLY,
    52 
    53         /**
    54          * Any other term (<em>inner</em>)
    55          */
    56         INNER;
    57     }
    58 
    59 
    6033    /**
    6134     * Receive notification of diagnostics.
     
    141114     */
    142115    public void onTerm(String value, int numberOfRecords, String displayTerm,
    143             WhereInList whereInList) throws SRUClientException;
     116            SRUWhereInList whereInList) throws SRUClientException;
    144117
    145118
Note: See TracChangeset for help on using the changeset viewer.