Interface Layer1ApiFinishable


public interface Layer1ApiFinishable
Every strategy should implement this interface Defines action when strategy is being unloaded (removing added GUI, disposing dialogs, etc)
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Will be called when strategy is being unloaded.
  • Method Details

    • finish

      void finish()
      Will be called when strategy is being unloaded. All previously known values (e.g. settings obtained and cached via SettingsAccess interface) should be considered outdated. Note that there is no guarantee that strategy was previously loaded when this call happens (i.e. there is possible to have multiple following finish() calls
      See Also: