jadex.android.controlcenter.settings.ISettings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-runtimetools-android Show documentation
Show all versions of jadex-runtimetools-android Show documentation
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