C# Class Neutronium.Core.Binding.Listeners.ListenableVisitor

Inheritance: IListenableObjectVisitor
显示文件 Open project: David-Desmaisons/MVVM.CEF.Glue Class Usage Examples

Public Methods

Method Description
ListenableVisitor ( Action onObject, Action onCollection, Action onCommand ) : System
OnCollection ( INotifyCollectionChanged collection ) : void
OnCommand ( JSCommand command ) : void
OnObject ( INotifyPropertyChanged listenedObject ) : void

Method Details

ListenableVisitor() public method

public ListenableVisitor ( Action onObject, Action onCollection, Action onCommand ) : System
onObject Action
onCollection Action
onCommand Action
return System

OnCollection() public method

public OnCollection ( INotifyCollectionChanged collection ) : void
collection INotifyCollectionChanged
return void

OnCommand() public method

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

OnObject() public method

public OnObject ( INotifyPropertyChanged listenedObject ) : void
listenedObject INotifyPropertyChanged
return void