public interface Notifier extends Configurable
| Modifier and Type | Method and Description |
|---|---|
void |
notify(java.lang.String subject,
java.lang.String message)
Will perfom a notification.
|
boolean |
supportsHtml()
Indicates if this notifier supports HTML-formatted messages.
|
boolean |
supportsSMS()
Indicates if this notifier support SMS, which usually infers a restricted
message size.
|
configure, configure, configurevoid notify(java.lang.String subject,
java.lang.String message)
subject - message - boolean supportsHtml()
boolean supportsSMS()
Copyright © 2015 The Admin4J Project. All Rights Reserved.