Class ConsoleComponentImpl
java.lang.Object
ru.cg.webbpm.studio.platform.impl.console.ConsoleComponentImpl
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
,Disposable
,ProjectComponent
,ConsoleHandler
,GitBranchListener
@Component
public class ConsoleComponentImpl
extends Object
implements ConsoleHandler, ProjectComponent, GitBranchListener
user: Ildar
date: 26.03.15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
projectClosed
(boolean applicationClosed) вызывается после закрытия проектаMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.core.api.components.Disposable
destroy, dispose
Methods inherited from interface ru.cg.webbpm.studio.core.api.components.ProjectComponent
canCloseProject, projectOpened, weight
-
Constructor Details
-
ConsoleComponentImpl
public ConsoleComponentImpl()
-
-
Method Details
-
projectClosed
public void projectClosed(boolean applicationClosed) Description copied from interface:ProjectComponent
вызывается после закрытия проекта- Specified by:
projectClosed
in interfaceProjectComponent
- Parameters:
applicationClosed
- Проект был закрыт при закрытии приложения
-
onInfo
- Specified by:
onInfo
in interfaceConsoleHandler
-
onWarning
- Specified by:
onWarning
in interfaceConsoleHandler
-
onError
- Specified by:
onError
in interfaceConsoleHandler
-
onChange
- Specified by:
onChange
in interfaceGitBranchListener
-