Events

From Glitchdata
(Redirected from Event)
Jump to navigation Jump to search

Events are actions or occurrences that happen in the system you are programming, which the system tells you about so your code can react to them. An Event may generate Messages to communicate and alerts other systems.


Links

Related