> For the complete documentation index, see [llms.txt](https://ferra13671-dev.gitbook.io/projects/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ferra13671-dev.gitbook.io/projects/main/megaevents-documentation/event.md).

# Event

**Event** is an object that is called through [EventBus](/projects/main/megaevents-documentation/eventbus.md), and is also processed by various [listeners](/projects/main/megaevents-documentation/listeners.md).

Each event that is created for use in the MegaEvents system includes the ability to **close** it. This feature allows any listener (except ghost listeners) to **close** an event, thereby calling a specific action to terminate the action that caused the event (if you implement this by checking the event's closed state via the `isCancelled` method).
