-
public interface LastInteractionIdentifierInterface for identifying the last interaction in the previous view.
-
-
Method Summary
Modifier and Type Method Description abstract Booleanvalidate(PreviousViewLastInteractionContext context)Validates the last interaction in the previous view. -
-
Method Detail
-
validate
abstract Boolean validate(PreviousViewLastInteractionContext context)
Validates the last interaction in the previous view.
- Parameters:
context- of the last interaction to validate
-
-
-
-