Package lazyj.notifications

Notifications framework.

See:
          Description

Class Summary
EmailSender Send a message as email.
Message The messages are passed by the application through a Notifier, to be delivered by the implementations of Sender specified in the configuration of the Notifier.
Notifier Notification hub.
Sender This is the base class that needs to be extended by any message delivery class.
YMSender Send a message via Yahoo! Messenger.
 

Package lazyj.notifications Description

Notifications framework. You can use the Notifier hub as a message dispatcher to several destinations with different delivery methods.

Since:
1.0.3