Package io.fluentlenium.core.proxy
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
LocatorHandler
s.
-
Method Summary
-
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
-