Class DocumentListenerManager

java.lang.Object
com.logicaldoc.core.document.DocumentListenerManager

@Component("DocumentListenerManager") public class DocumentListenerManager extends Object
A manager for document listeners. It's internals are initialized from the extension point 'DocumentListener' of the core plugin.
Since:
4.0
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • DocumentListenerManager

      public DocumentListenerManager()
  • Method Details

    • init

      @PostConstruct public void init()
    • getListeners

      public List<DocumentListener> getListeners()
      The ordered list of listeners
      Returns:
      the list of listeners