Class NotifierFactory


  • public class NotifierFactory
    extends java.lang.Object
    Factory used to create different types of notifiers. To add a new notifier add a method which returns a new Notifier object which internally implements Observable
    • Method Detail

      • getSegmentNotifier

        public SegmentNotifier getSegmentNotifier​(java.util.concurrent.ScheduledExecutorService executor)
      • getEndOfDataNotifier

        public EndOfDataNotifier getEndOfDataNotifier​(java.util.concurrent.ScheduledExecutorService executor)