Class CodeMapChangeListener

  • All Implemented Interfaces:
    com.ensoftcorp.atlas.core.indexing.IIndexListener

    public class CodeMapChangeListener
    extends java.lang.Object
    implements com.ensoftcorp.atlas.core.indexing.IIndexListener
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.ensoftcorp.atlas.core.indexing.IIndexListener

        com.ensoftcorp.atlas.core.indexing.IIndexListener.IndexOperation
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasIndexChanged()  
      void indexOperationCancelled​(com.ensoftcorp.atlas.core.indexing.IIndexListener.IndexOperation io)  
      void indexOperationComplete​(com.ensoftcorp.atlas.core.indexing.IIndexListener.IndexOperation io)  
      void indexOperationError​(com.ensoftcorp.atlas.core.indexing.IIndexListener.IndexOperation io, java.lang.Throwable t)  
      void indexOperationScheduled​(com.ensoftcorp.atlas.core.indexing.IIndexListener.IndexOperation io)  
      void indexOperationStarted​(com.ensoftcorp.atlas.core.indexing.IIndexListener.IndexOperation io)  
      void reset()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CodeMapChangeListener

        public CodeMapChangeListener()
    • Method Detail

      • hasIndexChanged

        public boolean hasIndexChanged()
      • reset

        public void reset()
      • indexOperationCancelled

        public void indexOperationCancelled​(com.ensoftcorp.atlas.core.indexing.IIndexListener.IndexOperation io)
        Specified by:
        indexOperationCancelled in interface com.ensoftcorp.atlas.core.indexing.IIndexListener
      • indexOperationError

        public void indexOperationError​(com.ensoftcorp.atlas.core.indexing.IIndexListener.IndexOperation io,
                                        java.lang.Throwable t)
        Specified by:
        indexOperationError in interface com.ensoftcorp.atlas.core.indexing.IIndexListener
      • indexOperationStarted

        public void indexOperationStarted​(com.ensoftcorp.atlas.core.indexing.IIndexListener.IndexOperation io)
        Specified by:
        indexOperationStarted in interface com.ensoftcorp.atlas.core.indexing.IIndexListener
      • indexOperationComplete

        public void indexOperationComplete​(com.ensoftcorp.atlas.core.indexing.IIndexListener.IndexOperation io)
        Specified by:
        indexOperationComplete in interface com.ensoftcorp.atlas.core.indexing.IIndexListener
      • indexOperationScheduled

        public void indexOperationScheduled​(com.ensoftcorp.atlas.core.indexing.IIndexListener.IndexOperation io)
        Specified by:
        indexOperationScheduled in interface com.ensoftcorp.atlas.core.indexing.IIndexListener