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 TypeMethodDescriptionvoidregisterAdapterFactory(IAdapterFactory factory) Register a newIAdapterFactoryvoidunregisterAdapterFactory(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 iffactorywas not registered before.- Parameters:
factory-
-