Interface ShutdownHandler

All Known Subinterfaces:
GpsLogger
All Known Implementing Classes:
AX25Logger, FileLogger, GeographicalMap, GpsCsvLogger, GpsdJsonLogger, GpxLogger, NativeGpsLogger, NmeaLogger, StringLogger
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 ShutdownHandler
This interface declares an object that needs cleanup operations if YAAC is shut down.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Do whatever cleanup this object needs for program shutdown.
  • Method Details

    • shutdown

      void shutdown()
      Do whatever cleanup this object needs for program shutdown.