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
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