Class LocalService.StatusChangedEvent

    • Constructor Detail

      • StatusChangedEvent

        public StatusChangedEvent​(Object source,
                                  LocalServerStatus newStatus)
        Creates a new instance of a StatusChangedEvent.
        Parameters:
        source - the LocalService that raised the event.
        newStatus - the new status of the LocalService
        Since:
        100.0.0
    • Method Detail

      • getNewStatus

        public LocalServerStatus getNewStatus()
        Returns the new status of the LocalService.
        Returns:
        the new status
        Since:
        100.0.0