Class ConfigModel.ChangeEvent
- java.lang.Object
-
- org.iqtig.pseudonymisierung.gui.model.ConfigModel.ChangeEvent
-
- Enclosing class:
- ConfigModel
public class ConfigModel.ChangeEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description ChangeEvent(org.iqtig.pseudonymisierung.config.Config property, ActionModel.Event type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.iqtig.pseudonymisierung.config.Config
getProperty()
ActionModel.Event
getType()
-
-
-
Constructor Detail
-
ChangeEvent
public ChangeEvent(org.iqtig.pseudonymisierung.config.Config property, ActionModel.Event type)
-
-
Method Detail
-
getProperty
public org.iqtig.pseudonymisierung.config.Config getProperty()
-
getType
public ActionModel.Event getType()
-
-