Class 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 Detail

      • DocumentListenerManager

        public DocumentListenerManager()
    • Method Detail

      • init

        public void init()
      • getListeners

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