org.springframework.richclient.table
Class TableDataProvider

java.lang.Object
  extended by org.springframework.richclient.table.TableDataProvider

public class TableDataProvider
extends Object


Constructor Summary
TableDataProvider()
           
 
Method Summary
 void put(Object datum)
           
 List takeData()
          Returns the current set of changes to be published.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDataProvider

public TableDataProvider()
Method Detail

put

public void put(Object datum)

takeData

public List takeData()
Returns the current set of changes to be published. This changes the List that changes are added to. It is assumed consumers will have cleared out the List when done with it.



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.