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:
Layer1Attachable for full strategy life cycle description
  • Method Summary

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