java.lang.Object
ru.cg.webbpm.studio.subsystems.scripting.ide.impl.component.AutoCompilation
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, Disposable, ProjectComponent

@Component public class AutoCompilation extends Object implements ProjectComponent
Author:
Abdulin Ildar
  • Constructor Details

    • AutoCompilation

      public AutoCompilation()
  • Method Details

    • projectOpened

      public void projectOpened()
      Description copied from interface: ProjectComponent
      вызывается после открытия проекта
      Specified by:
      projectOpened in interface ProjectComponent
    • projectClosed

      public void projectClosed(boolean applicationClosed)
      Description copied from interface: ProjectComponent
      вызывается после закрытия проекта
      Specified by:
      projectClosed in interface ProjectComponent
      Parameters:
      applicationClosed - Проект был закрыт при закрытии приложения
    • weight

      public int weight()
      Description copied from interface: ProjectComponent
      определяет порядок того, как для всех слушателей будет вызван ProjectComponent.projectOpened()}.
      Specified by:
      weight in interface ProjectComponent