intarsys runtime library

de.intarsys.tools.adapter
Interface IAdapterOutlet

All Superinterfaces:
IAdapterFactory<Object>
All Known Implementing Classes:
StandardAdapterOutlet

public interface IAdapterOutlet
extends IAdapterFactory<Object>

The outlet, supporting multiple IAdapterFactory instances.


Method Summary
 void registerAdapterFactory(IAdapterFactory<?> factory)
          Register a new IAdapterFactory
 void unregisterAdapterFactory(IAdapterFactory<?> factory)
          Unregister an IAdapterFactory.
 
Methods inherited from interface de.intarsys.tools.adapter.IAdapterFactory
getAdapter, getBaseType
 

Method Detail

registerAdapterFactory

void registerAdapterFactory(IAdapterFactory<?> factory)
Register a new IAdapterFactory

Parameters:
factory -

unregisterAdapterFactory

void unregisterAdapterFactory(IAdapterFactory<?> factory)
Unregister an IAdapterFactory. Nothing happens if factory was not registered before.

Parameters:
factory -

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.