Class EFeed.NotifyTask

    • Constructor Detail

      • NotifyTask

        public NotifyTask​(ENotificationMessage message,
                          ECondition condition,
                          IESubscribeFeed feed,
                          NotifyCallback cb)
        Creates a notify callback task for the given parameters.
        Parameters:
        message - the notification message.
        condition - subscription condition.
        feed - the message is from this notification feed.
        cb - notification message callback.
      • NotifyTask

        protected NotifyTask​(ECondition condition,
                             IESubscribeFeed feed,
                             NotifyCallback cb)
        Creates a notify callback task for the given condition, feed, and message callback.
        Parameters:
        condition - subscription condition.
        feed - message is from this feed.
        cb - notification message callback.