Class DesignerEditorParametersPublisherViewImpl
- java.lang.Object
-
- org.jbpm.designer.client.parameters.DesignerEditorParametersPublisherViewImpl
-
- All Implemented Interfaces:
DesignerEditorParametersPublisherView
@Dependent public class DesignerEditorParametersPublisherViewImpl extends Object implements DesignerEditorParametersPublisherView
-
-
Constructor Summary
Constructors Constructor Description DesignerEditorParametersPublisherViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
publishActiveNodesInfo(String an)
void
publishCompletedNodesInfo(String cn)
void
publishProcessSourcesInfo(String ps)
-
-
-
Method Detail
-
publishProcessSourcesInfo
public void publishProcessSourcesInfo(String ps)
- Specified by:
publishProcessSourcesInfo
in interfaceDesignerEditorParametersPublisherView
-
publishActiveNodesInfo
public void publishActiveNodesInfo(String an)
- Specified by:
publishActiveNodesInfo
in interfaceDesignerEditorParametersPublisherView
-
publishCompletedNodesInfo
public void publishCompletedNodesInfo(String cn)
- Specified by:
publishCompletedNodesInfo
in interfaceDesignerEditorParametersPublisherView
-
-