A - The type of IAdaptable this IAdaptable.Bound may be bound
to.public static interface IAdaptable.Bound<A extends IAdaptable>
IAdaptable it is registered at.| Modifier and Type | Method and Description |
|---|---|
A |
getAdaptable()
Returns the
IAdaptable this IAdaptable.Bound is
currently bound to, or null if this
IAdaptable.Bound is currently not bound to an
IAdaptable. |
void |
setAdaptable(A adaptable)
Called by the
IAdaptable this IAdaptable.Bound is
registered at or unregistered from, in order to establish or remove a
back-reference to itself. |
A getAdaptable()
IAdaptable this IAdaptable.Bound is
currently bound to, or null if this
IAdaptable.Bound is currently not bound to an
IAdaptable.IAdaptable this IAdaptable.Bound is
currently bound to, or null if this
IAdaptable.Bound is currently not bound to an
IAdaptable.void setAdaptable(A adaptable)
IAdaptable this IAdaptable.Bound is
registered at or unregistered from, in order to establish or remove a
back-reference to itself.adaptable - The IAdaptable this IAdaptable.Bound is
bound to or null to unbind this
IAdaptable.Bound.Copyright (c) 2014 itemis AG and others. All rights reserved.