Interface StartupParticipant


@OpenApiAll public interface StartupParticipant
The startup participant for MagicDraw application starting.
StartupParticipant methods will be called during application startup steps.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Is called after main application window creation
    void
    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