boolean
|
add(T listener)
Add a T listener to the chain.
|
boolean
|
add(T listener, int index)
Add a T listener to the chain at the specified position.
|
void
|
attachRecyclerView(RecyclerView rv)
Attaches android.support.v7.widget.RecyclerView instance.
|
void
|
clear(boolean calledFromRelease)
|
void
|
clear()
Remove all listeners from the chain.
|
boolean
|
contains(T listener)
Gets whether the specified listener object is contained in the chain.
|
RecyclerView
|
getRecyclerView()
Gets attached android.support.v7.widget.RecyclerView
|
boolean
|
isReleased()
Indicates whether this distributor has been released
|
void
|
onRecyclerViewAttached(RecyclerView rv)
|
void
|
onRelease()
|
void
|
release()
Release all references.
|
boolean
|
remove(T listener)
Remove a T listener from the chain.
|
int
|
size()
Gets the number of underlying listener objects.
|
void
|
verifyIsNotPerformingClearMethod(String methodName)
|
void
|
verifyIsNotReleased(String methodName)
|