Package velox.api.layer1
Interface Layer1ApiFinishable
public interface Layer1ApiFinishable
Every strategy should implement this interface
Defines action when strategy is being unloaded (removing added GUI, disposing dialogs, etc)
Defines action when strategy is being unloaded (removing added GUI, disposing dialogs, etc)
-
Method Summary
-
Method Details
-
finish
void finish()Will be called when strategy is being unloaded. All previously known values (e.g. settings obtained and cached viaSettingsAccessinterface) should be considered outdated.
-