Interface CapabilitiesProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CapabilitiesProvider
This interface is called for registered implementers when someone wants a list of the local station's APRS capabilities (suitable for a StationCapabilities response).
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addMoreCapabilities(List<String> capabilityList)
    Append more strings to the list identifying this CapabilitiesProvider's extra capabilities.
  • Method Details

    • addMoreCapabilities

      void addMoreCapabilities(List<String> capabilityList)
      Append more strings to the list identifying this CapabilitiesProvider's extra capabilities.
      Parameters:
      capabilityList - List of String capabilities to be enlarged