de.intarsys.tools.facade
Interface IFacade

All Known Implementing Classes:
AbstractEventFacade, Facade, RequestEventFacade

public interface IFacade

An object hiding the real implementation object


Method Summary
 java.lang.Object getImpl()
          The implementation behind the facade.
 

Method Detail

getImpl

java.lang.Object getImpl()
The implementation behind the facade.

Returns:
The implementation behind the facade.