Interface LocalService.StatusChangedListener

All Superinterfaces:
EventListener
Enclosing class:
LocalService

public static interface LocalService.StatusChangedListener extends EventListener
The listener interface for receiving LocalService.StatusChangedEvent changed events from LocalService resources.
Since:
100.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the Status of a LocalService changes.
  • Method Details

    • statusChanged

      void statusChanged(LocalService.StatusChangedEvent statusChangedEvent)
      Invoked when the Status of a LocalService changes.
      Parameters:
      statusChangedEvent - provides the source of the event as well as the new status
      Since:
      100.0.0