Interface LocatorStatusHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean loaded()
      Check if this handler has loaded it's result.
      void now()
      If result is not loaded, load result immediately.
      boolean present()
      Check if the result is present.
      void reset()
      Reset the loaded data.
    • Method Detail

      • loaded

        boolean loaded()
        Check if this handler has loaded it's result.
        Returns:
        true if the result is loaded, false otherwise
      • reset

        void reset()
        Reset the loaded data.
      • now

        void now()
        If result is not loaded, load result immediately. If it's already loaded, it has no effect.
      • present

        boolean present()
        Check if the result is present.
        Returns:
        true if result is present, false otherwise