Uses of Interface
org.springframework.shell.component.view.event.EventLoop
Packages that use EventLoop
Package
Description
-
Uses of EventLoop in org.springframework.shell.component
Methods in org.springframework.shell.component that return EventLoopModifier and TypeMethodDescriptionViewComponent.getEventLoop()
Gets anEventLoop
associated with this view component. -
Uses of EventLoop in org.springframework.shell.component.view
Methods in org.springframework.shell.component.view that return EventLoop -
Uses of EventLoop in org.springframework.shell.component.view.control
Methods in org.springframework.shell.component.view.control that return EventLoopModifier and TypeMethodDescriptionprotected EventLoop
AbstractView.getEventLoop()
Get anEventLoop
.Methods in org.springframework.shell.component.view.control with parameters of type EventLoopModifier and TypeMethodDescriptionvoid
AbstractView.setEventLoop
(EventLoop eventLoop) Set anEventLoop
.void
DialogView.setEventLoop
(EventLoop eventLoop) void
View.setEventLoop
(EventLoop eventLoop) Sets anEventLoop
. -
Uses of EventLoop in org.springframework.shell.component.view.event
Classes in org.springframework.shell.component.view.event that implement EventLoop