C# Class Game.Ui.UiEventListener

Base class for all classes interested on events that happen inside the FSM.
Inheritance: UiGameDataAccess, IListener
Mostrar archivo Open project: ycarowr/CardGameHexBoard

Protected Properties

Property Type Description
Dispatcher IDispatcher

Protected Methods

Method Description
Awake ( ) : void

Add itself as a listener.

OnDestroy ( ) : void
Subscribe ( ) : void
Unsubscribe ( ) : void

Method Details

Awake() protected method

Add itself as a listener.
protected Awake ( ) : void
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

Subscribe() protected method

protected Subscribe ( ) : void
return void

Unsubscribe() protected method

protected Unsubscribe ( ) : void
return void

Property Details

Dispatcher protected_oe property

Reference to the observer.
protected IDispatcher Dispatcher
return IDispatcher