C# Class GestSpace.ClickPresenterViewModel

Inheritance: PresenterViewModel
Afficher le fichier Open project: NicolasDorier/GestSpace

Méthodes publiques

Méthode Description
ClickPresenterViewModel ( System.Action onClicked = null, System.Action onDown = null, System.Action onUp = null, System.Action onLeft = null, System.Action onRight = null ) : System

Méthodes protégées

Méthode Description
SubscribeCore ( ReactiveSpace spaceListener ) : IDisposable

Private Methods

Méthode Description
Wrap ( string side, System.Action act ) : System.Action

Method Details

ClickPresenterViewModel() public méthode

public ClickPresenterViewModel ( System.Action onClicked = null, System.Action onDown = null, System.Action onUp = null, System.Action onLeft = null, System.Action onRight = null ) : System
onClicked System.Action
onDown System.Action
onUp System.Action
onLeft System.Action
onRight System.Action
Résultat System

SubscribeCore() protected méthode

protected SubscribeCore ( ReactiveSpace spaceListener ) : IDisposable
spaceListener ReactiveSpace
Résultat IDisposable