Interface ViewDoneEvent

All Superinterfaces:
ViewEvent
All Known Implementing Classes:
ViewDoneEvent.GenericViewDoneEvent

public interface ViewDoneEvent extends ViewEvent
Spesialisation of a ViewEvent indicating that a View is done.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    of(View view)
    Create a generic event with empty view args.

    Methods inherited from interface org.springframework.shell.component.view.control.ViewEvent

    args, view
  • Method Details

    • of

      static ViewDoneEvent of(View view)
      Create a generic event with empty view args.
      Parameters:
      view - the view
      Returns:
      a generic view done event