Uses of Interface
org.salespointframework.core.data.interfaces.ListenableStock

Packages that use ListenableStock
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.data.events Provides classes and interfaces for events triggered by classes in the data package and its sub-packages. 
org.salespointframework.core.data.filters Contains catalog and stock filters. 
 

Uses of ListenableStock in org.salespointframework.core.data
 

Classes in org.salespointframework.core.data that implement ListenableStock
 class CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the CountingStock interface.
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 class StockImpl<T,ST extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the Stock interface.
 class StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the StoringStock interface.
 

Uses of ListenableStock in org.salespointframework.core.data.events
 

Constructors in org.salespointframework.core.data.events with parameters of type ListenableStock
StockChangeEvent(ListenableStock<T,CT> lstSource, DataBasket dbBasket)
          Create a new StockChangeEvent.
 

Uses of ListenableStock in org.salespointframework.core.data.filters
 

Classes in org.salespointframework.core.data.filters that implement ListenableStock
 class AbstractStockFilter<T extends StockItem,CT extends CatalogItem>
          Abstract superclass of all Stock filters.
 class CountingStockFilter<T extends StockItem,CT extends CatalogItem>
          StockFilter for CountingStocks.
 class MoneyBagFilter
          CountingStockFilter that filters MoneyBags.
 class StoringStockFilter<T extends StockItem,CT extends CatalogItem>
          StockFilter for StoringStocks.