jadex.base.gui.componentviewer.IServiceViewerPanel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-tools-base-swing Show documentation
Show all versions of jadex-tools-base-swing Show documentation
GUI-dependent classes for jadex-tools-base.
package jadex.base.gui.componentviewer;
import jadex.base.gui.plugin.IControlCenter;
import jadex.bridge.service.IService;
import jadex.commons.future.IFuture;
/**
* An inner panel of the service viewer.
*/
public interface IServiceViewerPanel extends IAbstractViewerPanel
{
/**
* Called once to initialize the panel.
* Called on the swing thread.
* @param jcc The jcc.
* @param service The service.
*/
public IFuture init(IControlCenter jcc, IService service);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy