Package de.intarsys.tools.facade
Interface IFacadeFactory
-
- All Known Implementing Classes:
DelegatingFacadeFactory
,FacadeFactory
public interface IFacadeFactory
A factory forIFacade
instances to anObject
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFacade
createFacade(java.lang.Object object)
TheIFacade
associated withobject
.
-