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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterMainWindow()
Is called after main application window creationvoid
beforeMainWindow()
Is called before creating main application window.
-