Interface IMailerCallbackHandler
-
public interface IMailerCallbackHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(Email email, java.lang.Exception e)
void
onSuccess(Email email)
-