org.araneaframework.framework
Interface LocalizationContext.LocaleChangeListener

All Superinterfaces:
ApplicationComponent, Component, Composite, Serializable, Viewable
Enclosing interface:
LocalizationContext

public static interface LocalizationContext.LocaleChangeListener
extends ApplicationComponent

Since:
1.1

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.araneaframework.core.ApplicationComponent
ApplicationComponent.ComponentViewModel
 
Nested classes/interfaces inherited from interface org.araneaframework.Component
Component.Interface
 
Nested classes/interfaces inherited from interface org.araneaframework.Composite
Composite.CompositeComponent, Composite.CompositeService, Composite.CompositeWidget, Composite.Interface
 
Nested classes/interfaces inherited from interface org.araneaframework.Viewable
Viewable.Interface, Viewable.ViewableComponent, Viewable.ViewableService, Viewable.ViewableWidget
 
Method Summary
 void onLocaleChange(Locale oldLocale, Locale newLocale)
           
 
Methods inherited from interface org.araneaframework.core.ApplicationComponent
getChildEnvironment
 
Methods inherited from interface org.araneaframework.Component
_getComponent, getEnvironment, getScope, isAlive
 
Methods inherited from interface org.araneaframework.Composite
_getComposite
 
Methods inherited from interface org.araneaframework.Viewable
_getViewable
 

Method Detail

onLocaleChange

void onLocaleChange(Locale oldLocale,
                    Locale newLocale)