org.zeroexchange.dao.i18n
Interface LocalizationUtils.LocalizationCallback<T>

Enclosing class:
LocalizationUtils

public static interface LocalizationUtils.LocalizationCallback<T>

Localized value callback.


Method Summary
 T getResult()
          Is called when need obtain the processing result.
 boolean onValue(String value, String language)
          Is called when not-null localized value is found.
 

Method Detail

onValue

boolean onValue(String value,
                String language)
Is called when not-null localized value is found.


getResult

T getResult()
Is called when need obtain the processing result.



Copyright © 2013. All Rights Reserved.