Package io.keikai.ui

Interface UserActionHandler

    • Method Detail

      • isEnabled

        boolean isEnabled​(Book book,
                          Sheet sheet)
        get the enabled state of this action
        Parameters:
        book - current book, null if no book selected
        sheet - current sheet, null if no sheet selected
        Returns:
      • process

        boolean process​(UserActionContext ctx)
        Handle the action.
        Parameters:
        ctx -
        Returns:
        true if the handler has processed and manager should ignore post process (if there is)