Interface WindowInitializer

  • All Known Implementing Classes:
    WindowStateCollection.CloneInitializer

    public interface WindowInitializer
    Implementors of this class will be used to initialize a window right before its bindings are connected and started up. This was added for the fpmi.gui functions that open windows with 'parameters'. These parameters need to be set before the bindings are started up, otherwise you get a race condition
    • Method Detail

      • initialize

        void initialize​(FPMIWindow window)