java.lang.Object | |
↳ | android.databinding.CallbackRegistry.NotifierCallback<C, T, A> |
Class used to notify events from CallbackRegistry.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called by CallbackRegistry during
notifyCallbacks(Object, int, Object) } to notify the callback.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Called by CallbackRegistry during
notifyCallbacks(Object, int, Object)
} to notify the callback.
callback | The callback to notify. |
---|---|
sender | The opaque sender object. |
arg | The opaque notification parameter. |
arg2 | An opaque argument passed in
notifyCallbacks(T, int, A) |