JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.ka2ddo.yaac.core
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
shutdown
()
Do whatever cleanup this object needs for program shutdown.
Method Detail
shutdown
void shutdown()
Do whatever cleanup this object needs for program shutdown.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method