M
- the type of data contained in the storepublic interface StoreHandlers<M> extends StoreAddEvent.StoreAddHandler<M>, StoreRemoveEvent.StoreRemoveHandler<M>, StoreFilterEvent.StoreFilterHandler<M>, StoreClearEvent.StoreClearHandler<M>, StoreUpdateEvent.StoreUpdateHandler<M>, StoreDataChangeEvent.StoreDataChangeHandler<M>, StoreRecordChangeEvent.StoreRecordChangeHandler<M>, StoreSortEvent.StoreSortHandler<M>
Modifier and Type | Interface and Description |
---|---|
static interface |
StoreHandlers.HasStoreHandlers<M>
A class that implements this interface is a public source of
common store events.
|
onAdd
onRemove
onFilter
onClear
onUpdate
onDataChange
onRecordChange
onSort
Copyright © 2020. All rights reserved.