Class EMFFormsLegacyServicesManagerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void activate​(org.osgi.framework.BundleContext bundleContext)
      Called by OSGi when the component is ready to be activated.
      protected void deactivate()
      Called by OSGi when the component must be deactivated.
      void instantiate()
      Instantiates the ViewModelServices.
      protected void setReportService​(ReportService reportService)
      Called by OSGi to set the ReportService.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EMFFormsLegacyServicesManagerImpl

        public EMFFormsLegacyServicesManagerImpl()
    • Method Detail

      • activate

        protected void activate​(org.osgi.framework.BundleContext bundleContext)
        Called by OSGi when the component is ready to be activated.
        Parameters:
        bundleContext - The BundleContext
      • deactivate

        protected void deactivate()
        Called by OSGi when the component must be deactivated.