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

Inheritance: IListenableObjectVisitor
Afficher le fichier Open project: David-Desmaisons/MVVM.CEF.Glue Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ListenableVisitor ( Action onObject, Action onCollection, Action onCommand ) : System
onObject Action
onCollection Action
onCommand Action
Résultat System

OnCollection() public méthode

public OnCollection ( INotifyCollectionChanged collection ) : void
collection INotifyCollectionChanged
Résultat void

OnCommand() public méthode

public OnCommand ( JSCommand command ) : void
command Neutronium.Core.Binding.GlueObject.JSCommand
Résultat void

OnObject() public méthode

public OnObject ( INotifyPropertyChanged listenedObject ) : void
listenedObject INotifyPropertyChanged
Résultat void