public interface NeedsAppVersionInfoIfc
Modifier and Type | Method and Description |
---|---|
void |
setAppVersion(java.lang.String name,
java.lang.String version)
Sets the name and version of the containing application.
|
void setAppVersion(java.lang.String name, java.lang.String version)
name
- String name of the application (cannot contain whitespace)version
- String version of the application (cannot contain whitespace)