This class allows to react to focus changes.
When a component gets or looses the focus, the IDE scans the parent hierarchy for components that implement
this interface and when found, it calls its {#containerActivated} method.
This is only used to visually reflect the active status of a window through its title bar for example.