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

evicebeans.7.131.2.source-code.DeviceReset Maven / Gradle / Ivy

There is a newer version: 7.139.60
Show newest version
public class DeviceReset extends DeviceControl
{
	/**
	 *
	 */
	private static final long serialVersionUID = 1L;

	public DeviceReset()
	{
		setText("Reset");
	}

	@Override
	protected void doOperation(DeviceSetup deviceSetup)
	{
		deviceSetup.reset();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy