Interface UiActionPrevious

  • All Superinterfaces:
    EventListener<UiEvent>, UiAction, UiEventListener
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface UiActionPrevious
    extends UiAction
    UiAction for edit. It will allow the user to go back to the previous item or step.
    Since:
    1.0.0
    Author:
    Joerg Hohwiller (hohwille at users.sourceforge.net)
    See Also:
    UiActionNext