Interface IEventHandler<T>
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public interface IEventHandler<T> where T : IEvent
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Edit this page View SourceHandleEvent(T)
Declaration
void HandleEvent(T evt)
Parameters
| Type | Name | Description |
|---|---|---|
| T | evt |