|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextOwner
The ContextOwner
is an interface for classes that can "own" a
Context
and provide public access to it.
Please note that the owned context is assumed being constant. Implementors must not change their context reference during lifetime.
Context
Method Summary | |
---|---|
Context |
getContext()
Returns the Context . |
Method Detail |
---|
Context getContext()
Context
.
The context is assumed being constant. Implementors must not change their context reference during lifetime.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |