Package com.nomagic.magicdraw.core
Interface StartupParticipant
- 
@OpenApiAll public interface StartupParticipantThe startup participant for MagicDraw application starting.
StartupParticipant methods will be called during application startup steps. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterMainWindow()Is called after main application window creationvoidbeforeMainWindow()Is called before creating main application window. 
 -