[Index]

Property Validation Handlers


A PropertyValidationHandler is interface from which handles "what-to-do" in case the PropertyIO or any Property is valid or invalid.
Ending up by calling "afterValidation()" to do any final action.
These classes is for use with "SendMessagePropertyValidationHandler" In the JHPropertiesTypedExtensions there is the following :

Class Description Restrictions Link Example
SendMessageAsEmailPropertyValidationHandler Sends an email messages. None JavaAPI Doc SendMessageAsEmailPropertyValidationHandler handler = new SendMessageAsEmailPropertyValidationHandler("appadmins@mycorp.com","App X failed","myapp@mycorp.com","mail.mycorp.com")