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

org.vebqa.vebtal.command.ICommand Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package org.vebqa.vebtal.command;

import org.vebqa.vebtal.model.CommandType;
import org.vebqa.vebtal.model.Response;

public interface ICommand {
	
	public CommandType getType();
	
	public Response executeImpl(Object aDriver);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy