Photon Quantum 3.0.0

Public Member Functions | List of all members
Quantum.IEventDispatcher Interface Reference

An event dispatcher interface. Implementations of this interface are responsible for dispatching events to the runtime. More...

Inheritance diagram for Quantum.IEventDispatcher:
Quantum.EventDispatcher Quantum.QuantumUnityEventDispatcher

Public Member Functions

bool Publish (EventBase e)
 Notifies the runtime of an event. More...
 

Detailed Description

An event dispatcher interface. Implementations of this interface are responsible for dispatching events to the runtime.

Member Function Documentation

◆ Publish()

bool Quantum.IEventDispatcher.Publish ( EventBase  e)

Notifies the runtime of an event.

Parameters
e
Returns
True if there were any event handlers. Currently, this value is unused.

Implemented in Quantum.EventDispatcher.