public class ScenarioGridSelectedEvent extends Object
Modifier and Type | Field and Description |
---|---|
static ScenarioGridSelectedEvent |
NONE |
Constructor and Description |
---|
ScenarioGridSelectedEvent(ScenarioSimulationEditorPresenter scenarioSimulationEditorPresenter) |
ScenarioGridSelectedEvent(ScenarioSimulationEditorPresenter scenarioSimulationEditorPresenter,
boolean isLockRequired) |
Modifier and Type | Method and Description |
---|---|
Optional<ScenarioSimulationEditorPresenter> |
getPresenter() |
boolean |
isLockRequired() |
public static ScenarioGridSelectedEvent NONE
public ScenarioGridSelectedEvent(ScenarioSimulationEditorPresenter scenarioSimulationEditorPresenter)
public ScenarioGridSelectedEvent(ScenarioSimulationEditorPresenter scenarioSimulationEditorPresenter, boolean isLockRequired)
public Optional<ScenarioSimulationEditorPresenter> getPresenter()
public boolean isLockRequired()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.