Class ProjectFileUpdateListener

java.lang.Object
net.n2oapp.framework.sandbox.view.ProjectFileUpdateListener
All Implemented Interfaces:
EventListener, net.n2oapp.framework.api.event.N2oEventListener<ProjectFileUpdateEvent>, org.springframework.context.ApplicationListener<ProjectFileUpdateEvent>

public class ProjectFileUpdateListener extends Object implements net.n2oapp.framework.api.event.N2oEventListener<ProjectFileUpdateEvent>
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProjectFileUpdateListener(net.n2oapp.framework.api.register.SourceTypeRegister sourceTypeRegister, org.springframework.cache.CacheManager cacheManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleEvent(ProjectFileUpdateEvent projectFileUpdateEvent)
     

    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

    Methods inherited from interface net.n2oapp.framework.api.event.N2oEventListener

    isApply, onApplicationEvent
  • Constructor Details

    • ProjectFileUpdateListener

      public ProjectFileUpdateListener(net.n2oapp.framework.api.register.SourceTypeRegister sourceTypeRegister, org.springframework.cache.CacheManager cacheManager)
  • Method Details