Class OperationNamedActionExecuteNamed


  • public class OperationNamedActionExecuteNamed
    extends Object
    The executeNamed action executes a prepared action that is known to the reader application with a specific name. There are certain standard actions that should be known to any reader application. However, an application can have other defined names as well. The actions' execution and what it does are defined exclusively by the reader application, meaning that the resulting behaviour can vary completely from one application to another.
    • Constructor Detail

      • OperationNamedActionExecuteNamed

        public OperationNamedActionExecuteNamed()
    • Method Detail

      • getNamedOperation

        @Nullable
        public @Nullable String getNamedOperation()
        The name of the action that should be run. The following are standard names that any reader application should know: * NextPage = Jumps to the next page * PrevPage = Jumps to the previous page * FirstPage = Jump to the first page * LastPage = Jump to the last page
        Returns:
        namedOperation
      • setNamedOperation

        public void setNamedOperation​(String namedOperation)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object