JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method