package v6.apps.zelvak;

public interface Command {

	public void execute(RunningContext context) throws RunningException, InterruptedException;
	
}
