Uses of Interface
com.evolveum.midpoint.common.validator.EventHandler
-
Packages that use EventHandler Package Description com.evolveum.midpoint.common.validator -
-
Uses of EventHandler in com.evolveum.midpoint.common.validator
Methods in com.evolveum.midpoint.common.validator that return EventHandler Modifier and Type Method Description EventHandler<T>LegacyValidator. getHandler()Methods in com.evolveum.midpoint.common.validator with parameters of type EventHandler Modifier and Type Method Description voidLegacyValidator. setHandler(EventHandler<T> handler)Constructors in com.evolveum.midpoint.common.validator with parameters of type EventHandler Constructor Description LegacyValidator(PrismContext prismContext, EventHandler<T> handler)
-