kiwi.util
Interface ListConsumer

All Known Implementing Classes:
ScrollbackView

public abstract interface ListConsumer

Interface for receiving a list of objects from another object.

Version:
1.0 (05/98)
Author:
Mark Lindner, PING Software Group

Method Summary
 void addItem(Object item)
          Receive the next item from the source.
 

Method Detail

addItem

public void addItem(Object item)
Receive the next item from the source.
Parameters:
item - The item.