Class EventLocalisationProgress

java.lang.Object
targetMotionModule.EventLocalisationProgress

@Deprecated public class EventLocalisationProgress extends Object
Deprecated.
  • Field Details

    • LOADING_EVENT_DATA

      public static final int LOADING_EVENT_DATA
      Deprecated.
      See Also:
    • LOADED_EVENT_DATA

      public static final int LOADED_EVENT_DATA
      Deprecated.
      See Also:
    • GOT_RESULTS

      public static final int GOT_RESULTS
      Deprecated.
      See Also:
    • WAITING

      public static final int WAITING
      Deprecated.
      See Also:
    • DONE

      public static final int DONE
      Deprecated.
      See Also:
    • progressType

      public int progressType
      Deprecated.
    • eventIndex

      public int eventIndex
      Deprecated.
  • Constructor Details

    • EventLocalisationProgress

      public EventLocalisationProgress(int progressType, int eventIndex)
      Deprecated.
      Parameters:
      progressType -
  • Method Details