public interface Localizer
Modifier and Type | Method and Description |
---|---|
void |
localize(java.lang.Object item)
Localizes the provided
Object . |
void localize(java.lang.Object item)
Object
. The specific
meaning of localization
to be achieved is up
to the individual implementation.item
- the Object
to localizeLocalizers