NiceTouch v2.1
MoreMountains.Tools.EventRegister Class Reference

Static class that allows any class to start or stop listening to events More...

Public Member Functions

delegate void Delegate< T > (T eventType)
 

Static Public Member Functions

static void MMEventStartListening< EventType > (this MMEventListener< EventType > caller)
 
static void MMEventStopListening< EventType > (this MMEventListener< EventType > caller)
 

Detailed Description

Static class that allows any class to start or stop listening to events

Member Function Documentation

◆ Delegate< T >()

delegate void MoreMountains.Tools.EventRegister.Delegate< T > ( eventType)

◆ MMEventStartListening< EventType >()

static void MoreMountains.Tools.EventRegister.MMEventStartListening< EventType > ( this MMEventListener< EventType >  caller)
static
Type Constraints
EventType :struct 

◆ MMEventStopListening< EventType >()

static void MoreMountains.Tools.EventRegister.MMEventStopListening< EventType > ( this MMEventListener< EventType >  caller)
static
Type Constraints
EventType :struct 

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