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, toStringpublic ValidatorRemovedEvent(Validator<?> validator)
validator - the validator that was removedpublic Validator<?> getTransformer()
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.