Overview description of event handling in OLAT system.
Introduction
The different software part in OLAT communicates over three
OLAT System has three different type of event which can be used to inform other
- Components-Events : A GUI component can send a event to controllers.
Context : GUI Model of certain user (only 1!).
- Controller-Events : Controller can send events to parent controllers.
Context : GUI Model of certain user (only 1!).
- Multi-User Events : Controller or Managers can send events to all users (and there controllers).
Context : Globle OLAT System.
The following picture illustrates this
New BusinessControl based jump-in