Class ExampleProjectOkPresenter
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.widgets.example.errors.ExampleProjectOkPresenter
-
public class ExampleProjectOkPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExampleProjectOkPresenter.View
-
Constructor Summary
Constructors Constructor Description ExampleProjectOkPresenter(ExampleProjectOkPresenter.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExampleProjectOkPresenter.ViewgetView()voidinitialize()
-
-
-
Constructor Detail
-
ExampleProjectOkPresenter
@Inject public ExampleProjectOkPresenter(ExampleProjectOkPresenter.View view)
-
-
Method Detail
-
initialize
@PostConstruct public void initialize()
-
getView
public ExampleProjectOkPresenter.View getView()
-
-