public interface OnDataBoundListener
A listener invoked when the data for a section has been dispatched to the underlying
RecyclerView. This can happen after setRoot is called because the setRoot may be async, or we may
wait for layouts to complete before inserting into the adapter.