public interface LocalizationChangeObservable
Modifier and Type | Method and Description |
---|---|
Class<? extends LocalizationChangedEvent> |
getChangeNotificationEvent()
Return the event type that will be fired when the localizations which are used by this
component have changed.
This event type can be used to register an event listener to be notified about the changes of the localizations which is for instance useful when doing some local caching of localized content. |
Class<? extends LocalizationChangedEvent> getChangeNotificationEvent()
Copyright © 2019 Communote team. All rights reserved.