Class CpmPanel.StatusCallbackListenerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void aborted()
      Called when the processing has been aborted.
      void batchProcessComplete()
      Called when the processing of a batch has completed.
      void collectionProcessComplete()
      Called when the processing of an entire collection has completed.
      void entityProcessComplete​(CAS aCas, EntityProcessStatus aStatus)
      Called when the processing of each entity has completed.
      void initializationComplete()
      Called when the Collection Processing Manager's initialization has completed.
      void paused()
      Called when the processing has been paused.
      void resumed()
      Called when the processing has been resumed (after it had been previously paused).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait