@FunctionalInterface public interface IValidationEventHandlerFactory extends Function<ValidationEventHandler,ValidationEventHandler>
ValidationEventHandler objects.| Modifier and Type | Method and Description |
|---|---|
ValidationEventHandler |
apply(ValidationEventHandler aOldEventHandler)
Create a validation event handler
|
@Nullable ValidationEventHandler apply(@Nullable ValidationEventHandler aOldEventHandler)
apply in interface Function<ValidationEventHandler,ValidationEventHandler>aOldEventHandler - The previous event handler that optionally may be encapsulated.null to
indicate that the default event handler should be used.Copyright © 2015–2021 Philip Helger. All rights reserved.