EventQueue

A queue of events that should be executed one after the other.

Constructor

EventQueue() A queue of events that should be executed one after the other.

Methods

add(event) Add a new event to the queue.

Details

class EventQueue[source]

Create an EventQueue object.

Methods

add(event)[source]

Add a new event to the queue.

Parameters:event – The event to add to the queue.