Interface IBmLaunchLifecycleListenerContributor


  • public interface IBmLaunchLifecycleListenerContributor
    Contributes IBmLifecycleListener that should be added to the BM model on the BM start.

    Note, that BM start notification can be send before all workspace projects are properly initialized (in terms of BM), so contributor must not try to inspect all workspace BM models, but only the notified BM model.

    • Method Detail

      • getListener

        IBmLifecycleListener getListener​(IBmModel model)
        Gets the listener that should be added to the model on start.
        Parameters:
        model - The candidate model.
        Returns:
        The listener instance.