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

jadex.android.controlcenter.settings.ISettings Maven / Gradle / Ivy

Go to download

The Jadex rules tools package contains tools for the Jadex active components infrastructure.

The newest version!
package jadex.android.controlcenter.settings;

import jadex.android.controlcenter.IChildPreferenceScreen;
import jadex.bridge.IComponentIdentifier;

/**
 * Interface used for Settings that are shown in Android Control Center
 * Sub-PreferenceScreens.
 */
public interface ISettings extends IChildPreferenceScreen {

	/**
	 * Sets the platformId of the platform to be configured.
	 * @param platformId
	 */
	void setPlatformId(IComponentIdentifier platformId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy