Uses of Interface
org.springframework.shell.component.view.control.ViewEventArgs
Packages that use ViewEventArgs
-
Uses of ViewEventArgs in org.springframework.shell.component.view.control
Classes in org.springframework.shell.component.view.control that implement ViewEventArgsModifier and TypeClassDescriptionstatic final record
static final record
static final record
static final record
static final record
static final record
static final record
ViewEventArgs
for events usingProgressView.ProgressState
.static final record
Fields in org.springframework.shell.component.view.control declared as ViewEventArgsMethods in org.springframework.shell.component.view.control that return ViewEventArgsModifier and TypeMethodDescriptionViewDoneEvent.GenericViewDoneEvent.args()
Returns the value of theargs
record component.default ViewEventArgs
ViewEvent.args()
Constructors in org.springframework.shell.component.view.control with parameters of type ViewEventArgsModifierConstructorDescriptionGenericViewDoneEvent
(View view, ViewEventArgs args) Creates an instance of aGenericViewDoneEvent
record class.