Interface LocatorStatusHandler

All Known Subinterfaces:
LocatorHandler<T>
All Known Implementing Classes:
AbstractLocatorAndInvocationHandler, AbstractLocatorHandler, ComponentHandler, ListHandler

public interface LocatorStatusHandler
Interface to control and retrieve the status of LocatorHandlers.
  • Method Summary

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

    • 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