public interface Adaptable
Environments that are adaptable to
optional interfaces that can be considered as extensions to the
environment API.| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAdapter(Class<T> adapterType)
Obtains an adapter for the specified interface type.
|
<T> T getAdapter(Class<T> adapterType)
T - the requested adapter interfaceadapterType - the requested adapter interfacenull
if this environment does not adapt to itCopyright © 2015 Open eHealth Foundation. All rights reserved.