Class ProjectCustomViewsManager
java.lang.Object
it.uniroma2.art.semanticturkey.customviews.ProjectCustomViewsManager
- All Implemented Interfaces:
EventListener
,org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
@Component
public class ProjectCustomViewsManager
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCustomViewManager
(Project project) void
onApplicationEvent
(org.springframework.context.ApplicationEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Field Details
-
exptManager
-
-
Constructor Details
-
ProjectCustomViewsManager
public ProjectCustomViewsManager()
-
-
Method Details
-
getCustomViewManager
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event) - Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
-