Class ReloadConfigParams
java.lang.Object
de.xima.fc.gui.designer.form.model.params.ReloadConfigParams
- All Implemented Interfaces:
Serializable
POJO model for the state added push event.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReloadConfigParams
public ReloadConfigParams(boolean immediate) A new POJO with the given data.- Parameters:
immediate
- Value as returned byisImmediate()
.
-
-
Method Details
-
isImmediate
public boolean isImmediate()- Returns:
true
if the state was added immediately in reaction to a user interaction. If so, immediately reloads the config without a delay, and may also show a loading dialog.
-