public class ConstantValidationEventHandlerFactory extends Object implements IValidationEventHandlerFactory
IValidationEventHandlerFactory using a constant
ValidationEventHandler object.| Constructor and Description |
|---|
ConstantValidationEventHandlerFactory(ValidationEventHandler aEventHandler) |
| Modifier and Type | Method and Description |
|---|---|
ValidationEventHandler |
create(ValidationEventHandler aOldEventHandler)
Create a validation event handler
|
public ConstantValidationEventHandlerFactory(@Nullable ValidationEventHandler aEventHandler)
@Nullable public ValidationEventHandler create(@Nullable ValidationEventHandler aOldEventHandler)
IValidationEventHandlerFactorycreate in interface IFactoryWithParameter<ValidationEventHandler,ValidationEventHandler>create in interface IValidationEventHandlerFactoryaOldEventHandler - The previous event handler that optionally may be encapsulated.null to
indicate that the default event handler should be used.Copyright © 2006–2015 phloc systems. All rights reserved.