org.ka2ddo.yaac.io
Interface NeedsAppVersionInfoIfc

All Known Implementing Classes:
AprsIsConnector, SslAprsIsConnector

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.


Method Summary
 void setAppVersion(java.lang.String name, java.lang.String version)
          Sets the name and version of the containing application.
 

Method Detail

setAppVersion

void setAppVersion(java.lang.String name,
                   java.lang.String version)
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)