Interface WebBarrageSubscription.DataChangedHandler
- Enclosing class:
- WebBarrageSubscription
public static interface WebBarrageSubscription.DataChangedHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDataChanged
(RangeSet rowsAdded, RangeSet rowsRemoved, RangeSet totalMods, ShiftedRange[] shifted, BitSet modifiedColumnSet)
-
Method Details