Interface BmConfigurationUsePurposesModel.IRebuildRequestedListener

  • Enclosing class:
    BmConfigurationUsePurposesModel
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface BmConfigurationUsePurposesModel.IRebuildRequestedListener
    The model listener that is invoked when the project rebuild is required.
    • Method Detail

      • rebuildRequested

        void rebuildRequested​(org.eclipse.core.resources.IProject project)
        Requests for the specified project rebuild.