/[storm]/storm/org/nongnu/storm/CollectionListener.java
ViewVC logotype

Diff of /storm/org/nongnu/storm/CollectionListener.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by benja, Mon Apr 7 19:35:58 2003 UTC revision 1.4 by benja, Mon Apr 21 21:07:41 2003 UTC
# Line 36  public interface CollectionListener { Line 36  public interface CollectionListener {
36       *          from this <code>Collector</code>.       *          from this <code>Collector</code>.
37       */       */
38      boolean item(Object item);      boolean item(Object item);
39    
40        /** No more items will be received.
41         *  @param timeout Whether the operation finished
42         *         because of a timeout. If false,
43         *         we know the operation has completed
44         *         successfully.
45         */
46        void finish(boolean timeout);
47  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26