jadex.android.controlcenter.componentViewer.tree.IActiveComponentTreeNode 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.componentViewer.tree;
import jadex.base.gui.asynctree.ITreeNode;
import jadex.bridge.IComponentIdentifier;
import jadex.bridge.service.types.cms.IComponentDescription;
/**
* Interface for all active component tree nodes.
*/
public interface IActiveComponentTreeNode extends IAndroidTreeNode
{
/**
* Get the component description.
*/
public IComponentDescription getDescription();
/**
* Get the component id.
*/
public IComponentIdentifier getComponentIdentifier();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy