public class ValidatorRemovedEvent extends EventObject
source
Constructor and Description |
---|
ValidatorRemovedEvent(Validator<?> validator)
Creates a new ValidatorRemovedEvent.
|
Modifier and Type | Method and Description |
---|---|
Validator<?> |
getTransformer()
Get the removed validator.
|
getSource, toString
public ValidatorRemovedEvent(Validator<?> validator)
validator
- the validator that was removedpublic Validator<?> getTransformer()
Copyright © 2013–2018 JBoss by Red Hat. All rights reserved.