Interface IFacade

All Known Implementing Classes:
AbstractEventFacade, Facade, RequestEventFacade

public interface IFacade
An object hiding the real implementation object
  • Method Summary

    Modifier and Type
    Method
    Description
    The implementation behind the facade.
  • Method Details

    • getImpl

      Object getImpl()
      The implementation behind the facade.
      Returns:
      The implementation behind the facade.