Interface LocalServer.StatusChangedListener

All Superinterfaces:
EventListener
Enclosing class:
LocalServer

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

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

    • statusChanged

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