ResourceProvider.java :  » Workflow-Engines » osbl-1_0 » org » conform » format » Java Open Source

Java Open Source » Workflow Engines » osbl 1_0 
osbl 1_0 » org » conform » format » ResourceProvider.java
package org.conform.format;

import java.util.Locale;
import java.util.List;

public interface ResourceProvider
{
    String getMessage(Locale locale, String code, Object... args);

    List<Locale> getSupportedLocales();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.