public static class Localizers.EmptyRegisteringLocalizer extends java.lang.Object implements RegisteringLocalizer
Localizer
that does nothing.Constructor and Description |
---|
Localizers.EmptyRegisteringLocalizer() |
public Localizers.EmptyRegisteringLocalizer()
public void localize(java.lang.Object item)
Localizer
Object
. The specific
meaning of localization
to be achieved is up
to the individual implementation.localize
in interface Localizer
item
- the Object
to localizeLocalizers
public void register(java.lang.Object item, java.lang.Object data)
RegisteringLocalizer
Object
.
The nature and meaning of the data being stored is highly
implementation specific.register
in interface RegisteringLocalizer
item
- the item that requires localizationdata
- the data to be used when localizing the given Object
RegisteringLocalizer.register(java.lang.Object, java.lang.Object)