org.beanfabrics.context
Interface ContextOwner

All Known Subinterfaces:
CustomizerPM, IBigDecimalPM, IBooleanPM, IDatePM, IIconPM, IImagePM, IIntegerPM, IListPM<T>, IMapPM<K,V>, IOperationPM, ITextPM, IValuePM, PresentationModel
All Known Implementing Classes:
AbstractCustomizerPM, AbstractOperationPM, AbstractPM, AbstractValuePM, BigDecimalPM, BnListCustomizerPM, BnTableCustomizerPM, BooleanPM, ColumnListConfigurationPM, ColumnListPM, ColumnPM, ContactPM, DatePM, DecimalPM, EntryPM, GroupPM, HorizontalAlignmentPM, IconPM, IconTextPM, ImageTextPM, IntegerPM, ListPM, LoginPM, LoginPM, MapPM, ModelSubscriberCustomizerPM, MoneyPM, OperationPM, PathBrowserPM, PathChooserPM, PathNodePM, PathPM, PhoneNumberPM, PropertiesPM, RegexPM, RegexTesterPM, TextPM, TimeSpanPM, TitlePM

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.

See Also:
Context

Method Summary
 Context getContext()
          Returns the Context.
 

Method Detail

getContext

Context getContext()
Returns the Context.

The context is assumed being constant. Implementors must not change their context reference during lifetime.

Returns:
the context.