@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface OnLocaleChanged
FireWebApplication.setLocale(java.util.Locale)
was call. Event is
calling on whole view. New locale you can get by call
FireWebApplication.getLocale()
. Event is calling with event object
contains old locale as data object. You can get it in listener calling:
Event.getData()
.