All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jpattern.service.messageManager.IMessageManager Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.jpattern.service.messageManager;

import com.jpattern.core.IService;

/**
 * 
 * @author Francesco Cina'
 *
 * 04/nov/2009
 */
public interface IMessageManager extends IService {
	
	String getMessage(String messageKey);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy