Interface WindowInitializer
- 
- All Known Implementing Classes:
- WindowStateCollection.CloneInitializer
 
 public interface WindowInitializerImplementors 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize(FPMIWindow window)
 
- 
- 
- 
Method Detail- 
initializevoid initialize(FPMIWindow window) 
 
- 
 
-