public interface IValidationEventHandlerFactory extends IFactoryWithParameter<ValidationEventHandler,ValidationEventHandler>
ValidationEventHandler objects.| Modifier and Type | Method and Description |
|---|---|
ValidationEventHandler |
create(ValidationEventHandler aOldEventHandler)
Create a validation event handler
|
@Nullable ValidationEventHandler create(@Nullable ValidationEventHandler aOldEventHandler)
create in interface IFactoryWithParameter<ValidationEventHandler,ValidationEventHandler>aOldEventHandler - 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.