| org.araneaframework.Narrowable
Method Summary | |
public Object | narrow(Class interfaceClass) Narrows down to the implementation of the interfaceClass, returns
the object. |
narrow | public Object narrow(Class interfaceClass)(Code) | | Narrows down to the implementation of the interfaceClass, returns
the object. Can be used after the extend(Class, Object);
if the object implements
Extendable .
Parameters: interfaceClass - the interface of the implementation in need of the implementation of the interfaceClass |
|
|