public class DoNothingValidationEventHandlerFactory extends Object implements IValidationEventHandlerFactory
IValidationEventHandlerFactory creating
DoNothingValidationEventHandler objects.| Constructor and Description |
|---|
DoNothingValidationEventHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
DoNothingValidationEventHandler |
create(ValidationEventHandler aOldEventHandler)
Create a validation event handler
|
public DoNothingValidationEventHandlerFactory()
@Nonnull public DoNothingValidationEventHandler 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.