Package org.springframework.shell.component.view.event
package org.springframework.shell.component.view.event
-
ClassDescriptionDefault implementation of an
EventLoop
.EventLoop
is a central place where all eventing will be orchestrated for a lifecycle of a component.Contract to process event loop messages, possibly translating an event into some other type of event or events.Type of an events handled by anEventLoop
.mask special keys unicode keys ascii keys [ ] [ ] [ ] [ ] 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00Handles Key events in a form ofKeyHandler.KeyHandlerArgs
and returnsKeyHandler.KeyHandlerResult
.Arguments for aKeyHandler
.Result from aKeyHandler
.unused modifier button type [ ] [ ] [ ] [ ] 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00Handles mouse events in a form ofMouseHandler.MouseHandlerArgs
and returnsMouseHandler.MouseHandlerResult
.Arguments for aMouseHandler
.Result from aMouseHandler
.