Package | Description |
---|---|
lazyj.notifications |
Notifications framework.
|
Modifier and Type | Method and Description |
---|---|
boolean |
YMSender.send(Message m) |
boolean |
Notifier.send(Message m)
Send a message though all the defined channels
|
boolean |
EmailSender.send(Message m) |
abstract boolean |
Sender.send(Message m)
Send the message to the target (mail / instant message / log file etc)
|