Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Events are an integral part of the WinGate framework. Components issue events in order to inform the framework other components that something has happened. Other components can choose to register their interest in events and have the framework notify them when an event has occurred. Event handlers have priorities and events pass along the chain in order of these priorities. Event handlers can chose to allow continued processing if an event

 

Note

Event processing is a serialised operation.

 

 

The prime user of events in WinGate is the Policy system.

Events can be scheduled

 

Policy execution is based on events and events can be scheduled

...