C# 클래스 Neutronium.Core.Binding.Listeners.ListenableVisitor

상속: IListenableObjectVisitor
파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue 1 사용 예제들

공개 메소드들

메소드 설명
ListenableVisitor ( Action onObject, Action onCollection, Action onCommand ) : System
OnCollection ( INotifyCollectionChanged collection ) : void
OnCommand ( JSCommand command ) : void
OnObject ( INotifyPropertyChanged listenedObject ) : void

메소드 상세

ListenableVisitor() 공개 메소드

public ListenableVisitor ( Action onObject, Action onCollection, Action onCommand ) : System
onObject Action
onCollection Action
onCommand Action
리턴 System

OnCollection() 공개 메소드

public OnCollection ( INotifyCollectionChanged collection ) : void
collection INotifyCollectionChanged
리턴 void

OnCommand() 공개 메소드

public OnCommand ( JSCommand command ) : void
command Neutronium.Core.Binding.GlueObject.JSCommand
리턴 void

OnObject() 공개 메소드

public OnObject ( INotifyPropertyChanged listenedObject ) : void
listenedObject INotifyPropertyChanged
리턴 void