Package ca.phon.app

Interface VersionTrigger


public interface VersionTrigger
Actions performed when the application version changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    versionChanged(String prevVersion, String currentVersion)
    Fired when executing a new version of the application for the first time.
  • Method Details

    • versionChanged

      void versionChanged(String prevVersion, String currentVersion)
      Fired when executing a new version of the application for the first time. This method may be called when the version increases or decreases.
      Parameters:
      prevVersion -
      currentVersion -