Class NotificationsHandler

java.lang.Object
org.bedework.util.jms.NotificationsHandler
Direct Known Subclasses:
JmsNotificationsHandlerImpl

public abstract class NotificationsHandler extends Object
Handler which may be called to notify the system that something changed.

Some implementations may be able to call immediately changes take effect, for example the bedework hibernate implementation can call at the point a calendar is changed. Others may have to poll to determine if something has changed.

Author:
Mike Douglass
  • Constructor Details

    • NotificationsHandler

      public NotificationsHandler()
  • Method Details