Class ReloadConfigParams
- java.lang.Object
 - 
- de.xima.fc.gui.designer.form.model.params.ReloadConfigParams
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class ReloadConfigParams extends Object implements Serializable
POJO model for the state added push event.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ReloadConfigParams(boolean immediate)A new POJO with the given data. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisImmediate() 
 - 
 
- 
- 
Constructor Detail
- 
ReloadConfigParams
public ReloadConfigParams(boolean immediate)
A new POJO with the given data.- Parameters:
 immediate- Value as returned byisImmediate().
 
 - 
 
 -