public static interface Adapter.Internal extends Adapter
Adapter.Internal
Modifier and Type | Method and Description |
---|---|
void |
unsetTarget(Notifier oldTarget)
Unsets the target from which the adapter will receive notification.
|
getTarget, isAdapterForType, notifyChanged, setTarget
void unsetTarget(Notifier oldTarget)
oldTarget
- the old notifier.Adapter.getTarget()
,
Adapter.setTarget(Notifier)