Bandidos
Static Public Member Functions | List of all members
com.mygdx.game.engine.events.EventQueueRoom Class Reference

Static Public Member Functions

static void addQueueItem (Event event, EventDispatcher dispatcher) throws ReflectionException
 

Detailed Description

This class handles the Event's method calling and order of calling.

Author
Ramses Di Perna

Member Function Documentation

◆ addQueueItem()

static void com.mygdx.game.engine.events.EventQueueRoom.addQueueItem ( Event  event,
EventDispatcher  dispatcher 
) throws ReflectionException
static

Adds an event to the queue to be fired by the dispatcher.

Parameters
eventto dispatch
dispatcherwhich fires the event
Exceptions
ReflectionExceptionwhether the method linked to the event was successfully invoked.

The documentation for this class was generated from the following file: