Uses of Class
org.iqtig.pseudonymisierung.gui.model.ActionModel.Event
-
Packages that use ActionModel.Event Package Description org.iqtig.pseudonymisierung.gui.model -
-
Uses of ActionModel.Event in org.iqtig.pseudonymisierung.gui.model
Methods in org.iqtig.pseudonymisierung.gui.model that return ActionModel.Event Modifier and Type Method Description ActionModel.Event
ConfigModel.ChangeEvent. getType()
static ActionModel.Event
ActionModel.Event. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActionModel.Event[]
ActionModel.Event. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.iqtig.pseudonymisierung.gui.model with parameters of type ActionModel.Event Constructor Description ChangeEvent(org.iqtig.pseudonymisierung.config.Config property, ActionModel.Event type)
-