org.nhindirect.stagent.mail.notifications
Interface NotificationCreator
public interface NotificationCreator
Interface for creating notification object for a given email address.
- Author:
- Greg Meyer
|
Method Summary |
Notification |
createNotification(javax.mail.internet.InternetAddress address)
Creates a specific notification object (provided by the implementer) to be sent. |
createNotification
Notification createNotification(javax.mail.internet.InternetAddress address)
- Creates a specific notification object (provided by the implementer) to be sent.
- Parameters:
address - The Internet address of the sender of the notification.
- Returns:
- A notification object.
Copyright © 2010-2011 HNIN Direct. All Rights Reserved.