Package org.ka2ddo.yaac.io
Interface NeedsAppVersionInfoIfc
- All Known Implementing Classes:
AprsIsConnector
,SslAprsIsConnector
,UdpSubmitConnector
public interface NeedsAppVersionInfoIfc
This interface tags a Connector that requires to be told its containing
application's name and version. Typically, APRS-IS drivers need this
information.
- Author:
- Andrew Pavlin, KA2DDO
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAppVersion
(String name, String version) Sets the name and version of the containing application.
-
Method Details
-
setAppVersion
Sets the name and version of the containing application.- Parameters:
name
- String name of the application (cannot contain whitespace)version
- String version of the application (cannot contain whitespace)
-