Package de.intarsys.tools.adapter
Interface IAdapterOutlet
- All Superinterfaces:
IAdapterFactory
- All Known Implementing Classes:
StandardAdapterOutlet
The outlet, supporting multiple
IAdapterFactory
instances.-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerAdapterFactory
(IAdapterFactory factory) Register a newIAdapterFactory
void
unregisterAdapterFactory
(IAdapterFactory factory) Unregister anIAdapterFactory
.Methods inherited from interface de.intarsys.tools.adapter.IAdapterFactory
getAdapter, getBaseType
-
Method Details
-
registerAdapterFactory
Register a newIAdapterFactory
- Parameters:
factory
-
-
unregisterAdapterFactory
Unregister anIAdapterFactory
. Nothing happens iffactory
was not registered before.- Parameters:
factory
-
-