Class McastEvent

    • Constructor Detail

      • McastEvent

        public McastEvent​(McastEvent.Type type,
                          McastRouteInfo subject)
        Deprecated.
        Creates a McastEvent of a given type using the subject.
        Parameters:
        type - the event type
        subject - the subject of the event type
      • McastEvent

        public McastEvent​(McastEvent.Type type,
                          McastRouteInfo subject,
                          McastRouteInfo prevSubject)
        Deprecated.
        Creates a McastEvent of a given type using the subject and the previous subject.
        Parameters:
        type - the event type
        subject - the subject of the event
        prevSubject - the previous subject of the event