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

org.moskito.control.plugins.AbstractMoskitoControlPlugin Maven / Gradle / Ivy

The newest version!
package org.moskito.control.plugins;

/**
 * Adapter that allows to implement moskito control plugins by overriding only the needed methods.
 *
 * @author lrosenberg
 */
public abstract class AbstractMoskitoControlPlugin implements MoskitoControlPlugin {
	@Override
	public void setConfigurationName(String configurationName) {
	}

	@Override
	public void initialize() {
	}

	@Override
	public void deInitialize() {
	}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy