//interface in plugin.jar
public interface Contract {
	
	public String getMessageToPrint();

}