Variable Display.eventHandlers

All event handlers of the display; define specific behaviours for events; events pass to handlers from first to last

class Display
{
  // ...
  EventHandler[] eventHandlers ;
  // ...
}