Package de.intarsys.tools.facade
Interface IFacadeSupport
-
- All Known Implementing Classes:
RequestEvent
public interface IFacadeSupport
An object that is able to create its ownIFacade
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFacade
createFacade()
The associatedIFacade
.
-