Package com.nomagic.magicdraw.core
Interface StartupParticipant
@OpenApiAll
public interface StartupParticipant
The startup participant for MagicDraw application starting.
StartupParticipant methods will be called during application startup steps.
StartupParticipant methods will be called during application startup steps.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Is called after main application window creationvoid
Is called before creating main application window.
-
Method Details
-
beforeMainWindow
void beforeMainWindow()Is called before creating main application window. Application environment already set up. -
afterMainWindow
void afterMainWindow()Is called after main application window creation
-