Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 396 Bytes

File metadata and controls

6 lines (4 loc) · 396 Bytes

rl2-modules-with-global-dispatcher

An example of communication between module and shell using Robotlegs 2's ScopedEventDispatcherExtension

The app just consists of a shell containing a ColorPicker and a module containing a filled rectangle. When the module is loaded, choosing a colour in the ColorPicker should change the fill colour of the rectangle.