|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectandroid.databinding.CallbackRegistry.NotifierCallback<C,T,A>
C - The callback type.T - The notification sender type. Typically this is the containing class.A - An opaque argument to pass to the notifierpublic abstract static class CallbackRegistry.NotifierCallback<C,T,A>
Class used to notify events from CallbackRegistry.
| Constructor Summary | |
|---|---|
CallbackRegistry.NotifierCallback()
|
|
| Method Summary | |
|---|---|
abstract void |
onNotifyCallback(C callback,
T sender,
int arg,
A arg2)
Called by CallbackRegistry during CallbackRegistry.notifyCallbacks(Object, int, Object)} to notify the callback. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallbackRegistry.NotifierCallback()
| Method Detail |
|---|
public abstract void onNotifyCallback(C callback,
T sender,
int arg,
A arg2)
CallbackRegistry.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
CallbackRegistry.notifyCallbacks(T, int, A)CallbackRegistry.CallbackRegistry(CallbackRegistry.NotifierCallback)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||