ForgeDocs
Documentation for the forge framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Forge.Entities.IEventDispatcher Interface Reference

Interface the game-play code can use to submit events to the external world. More...

Inherited by Forge.Entities.Implementation.Shared.EventNotifier.

Public Member Functions

void Submit< TEvent > (TEvent evnt)
 Submit an event that listeners will eventually be notified about. More...
 

Detailed Description

Interface the game-play code can use to submit events to the external world.

Member Function Documentation

void Forge.Entities.IEventDispatcher.Submit< TEvent > ( TEvent  evnt)

Submit an event that listeners will eventually be notified about.

Parameters
evntThe event to submit.
Type Constraints
TEvent :BaseEvent<TEvent> 

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