Uses of Interface
com.sun.data.provider.RefreshableDataProvider

Packages that use RefreshableDataProvider
com.sun.data.provider Fundamental data access APIs and event listeners. 
com.sun.data.provider.impl Concrete DataProvider implementations and base classes. 
 

Uses of RefreshableDataProvider in com.sun.data.provider
 

Methods in com.sun.data.provider with parameters of type RefreshableDataProvider
 void RefreshableDataAdapter.refreshed(RefreshableDataProvider provider)
          

The refresh() method was called on the specified RefreshableDataProvider.

 void RefreshableDataListener.refreshed(RefreshableDataProvider provider)
          The refresh() method was called on the specified RefreshableDataProvider.
 

Uses of RefreshableDataProvider in com.sun.data.provider.impl
 

Classes in com.sun.data.provider.impl that implement RefreshableDataProvider
 class CachedRowSetDataProvider
          TableDataProvider implementation that wraps a CachedRowSet.
 class MethodResultDataProvider
          A DataProvider implementation to wrap the singleton (non-array) return value from a method.
 class MethodResultTableDataProvider
          A TableDataProvider implementation to wrap the return value from a method.