package test;

public interface Executable {

	void execute();
}