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

com.jpattern.service.log.event.IMessage Maven / Gradle / Ivy

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

import java.io.Serializable;
import java.util.Date;

/**
 * 
 * @author Francesco Cina'
 *
 * 09/apr/2010
 */
public interface IMessage extends Serializable {

	String getClassName();
	
	Date getDate();
	
	String getMethod();
	
	String getMessage();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy