C# Class trello.Interactions.CompositeInteractionManager

Manages a composition of interactions by allowing child interactions to remain disabled (not listening to events) until certain conditions are met first.
Inheritance: InteractionManager
Afficher le fichier Open project: Bunk/trellow

Méthodes publiques

Méthode Description
AddInteraction ( IInteraction interaction ) : void

Méthodes protégées

Méthode Description
ChildActivated ( object sender ) : void
ChildCompleted ( object sender ) : void
ChildDeactivated ( ) : void
DisableChildInteractions ( ) : void
EnableChildInteractions ( ) : void
FinalizeInteraction ( ) : void

Method Details

AddInteraction() public méthode

public AddInteraction ( IInteraction interaction ) : void
interaction IInteraction
Résultat void

ChildActivated() protected méthode

protected ChildActivated ( object sender ) : void
sender object
Résultat void

ChildCompleted() protected méthode

protected ChildCompleted ( object sender ) : void
sender object
Résultat void

ChildDeactivated() protected méthode

protected ChildDeactivated ( ) : void
Résultat void

DisableChildInteractions() protected méthode

protected DisableChildInteractions ( ) : void
Résultat void

EnableChildInteractions() protected méthode

protected EnableChildInteractions ( ) : void
Résultat void

FinalizeInteraction() protected méthode

protected FinalizeInteraction ( ) : void
Résultat void