public interface IPValidationListener
Modifier and Type | Method and Description |
---|---|
void |
error(InformationProcessor ip,
Object target,
String issue)
This method identifies an issue with a part of
an Information Processor.
|
void error(InformationProcessor ip, Object target, String issue)
ip
- The information processortarget
- The object resulting in the errorissue
- The description of the issueCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.