Interface VersionTrigger
public interface VersionTrigger
Actions performed when the application version changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
versionChanged
(String prevVersion, String currentVersion) Fired when executing a new version of the application for the first time.
-
Method Details
-
versionChanged
-