Interface IFacadeFactory

All Known Implementing Classes:
DelegatingFacadeFactory, FacadeFactory

public interface IFacadeFactory
A factory for IFacade instances to an Object.
  • Method Summary

    Modifier and Type
    Method
    Description
    The IFacade associated with object.
  • Method Details

    • createFacade

      IFacade createFacade(Object object)
      The IFacade associated with object.
      Parameters:
      object - The object whose IFacade is to be created.
      Returns:
      The IFacade associated with object.