public interface Notifier
Modifier and Type | Method and Description |
---|---|
void |
notifySectionItemMoved(Section section,
int fromPosition,
int toPosition) |
void |
notifySectionRangeChanged(Section section,
int positionStart,
int itemCount,
java.lang.Object payload) |
void |
notifySectionRangeInserted(Section section,
int positionStart,
int itemCount) |
void |
notifySectionRangeRemoved(Section section,
int positionStart,
int itemCount) |
void notifySectionItemMoved(Section section, int fromPosition, int toPosition)
void notifySectionRangeChanged(Section section, int positionStart, int itemCount, java.lang.Object payload)
void notifySectionRangeInserted(Section section, int positionStart, int itemCount)
void notifySectionRangeRemoved(Section section, int positionStart, int itemCount)