public interface IServiceViewerPanel extends IAbstractViewerPanel
PROPERTY_VIEWERCLASS| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
init(IControlCenter jcc,
jadex.bridge.service.IService service)
Called once to initialize the panel.
|
getComponent, getId, shutdownjadex.commons.future.IFuture<java.lang.Void> init(IControlCenter jcc, jadex.bridge.service.IService service)
jcc - The jcc.service - The service.