Interface IAdapterFactory<A>
- Type Parameters:
A- is the type of the adapters aIAdapterFactorycreates.
public interface IAdapterFactory<A>
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
createAdapter
A createAdapter()- Returns:
- a new adapter.
-