C# 클래스 GestSpace.ClickPresenterViewModel

상속: PresenterViewModel
파일 보기 프로젝트 열기: NicolasDorier/GestSpace

공개 메소드들

메소드 설명
ClickPresenterViewModel ( System.Action onClicked = null, System.Action onDown = null, System.Action onUp = null, System.Action onLeft = null, System.Action onRight = null ) : System

보호된 메소드들

메소드 설명
SubscribeCore ( ReactiveSpace spaceListener ) : IDisposable

비공개 메소드들

메소드 설명
Wrap ( string side, System.Action act ) : System.Action

메소드 상세

ClickPresenterViewModel() 공개 메소드

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
리턴 System

SubscribeCore() 보호된 메소드

protected SubscribeCore ( ReactiveSpace spaceListener ) : IDisposable
spaceListener ReactiveSpace
리턴 IDisposable