Interface NotificationHandler

All Known Implementing Classes:
DefaultNotificationHandler

public interface NotificationHandler
This class is invoked when the CometContext.notify is invoked. The CometContext delegate the handling of the notification process to an implementation of this interface.
Author:
Jeanfrancois Arcand