com.ibm.events.notification
Interface NotificationHelperFactory


public interface NotificationHelperFactory

This factory is used to get access to an instance of an object that implements the NotificationHelper interface.

Since:
5.1.0
Version:
1.15 6/8/04

Method Summary
 NotificationHelper getNotificationHelper()
          This method is used to create an instance of the notification helper.
 

Method Detail

getNotificationHelper

public NotificationHelper getNotificationHelper()
This method is used to create an instance of the notification helper.
Returns:
An instance of a NotificationHelper.