Package com.deque.axe.android
Class AxeRuleStateful
- java.lang.Object
-
- com.deque.axe.android.AxeRule
-
- com.deque.axe.android.AxeRuleStateful
-
- Direct Known Subclasses:
DontMoveAccessibilityFocus
public abstract class AxeRuleStateful extends AxeRule
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAxeRuleStateful(java.lang.String standard, int impact, java.lang.String summary)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.deque.axe.android.AxeRuleResultrun(com.deque.axe.android.wrappers.AxeEventStream axeEventStream)Run the given rule on an Accessibility Event Stream.abstract java.lang.Stringrun(com.deque.axe.android.wrappers.AxeEventStream axeEventStream, com.deque.axe.android.wrappers.AxeProps axeProps)
-
-
-
Method Detail
-
run
public com.deque.axe.android.AxeRuleResult run(com.deque.axe.android.wrappers.AxeEventStream axeEventStream)
Run the given rule on an Accessibility Event Stream.- Parameters:
axeEventStream- The stream of events.- Returns:
- The result.
-
run
public abstract java.lang.String run(com.deque.axe.android.wrappers.AxeEventStream axeEventStream, com.deque.axe.android.wrappers.AxeProps axeProps)
-
-