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

step.core.controller.ControllerSettingHook Maven / Gradle / Ivy

The newest version!
package step.core.controller;

import org.bson.types.ObjectId;

public interface ControllerSettingHook {
	void onSettingSave(ControllerSetting setting);
	void onSettingRemove(ObjectId settingId, ControllerSetting removed);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy