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
Datei anzeigen Open project: Bunk/trellow

Public Methods

Method Description
AddInteraction ( IInteraction interaction ) : void

Protected Methods

Method Description
ChildActivated ( object sender ) : void
ChildCompleted ( object sender ) : void
ChildDeactivated ( ) : void
DisableChildInteractions ( ) : void
EnableChildInteractions ( ) : void
FinalizeInteraction ( ) : void

Method Details

AddInteraction() public method

public AddInteraction ( IInteraction interaction ) : void
interaction IInteraction
return void

ChildActivated() protected method

protected ChildActivated ( object sender ) : void
sender object
return void

ChildCompleted() protected method

protected ChildCompleted ( object sender ) : void
sender object
return void

ChildDeactivated() protected method

protected ChildDeactivated ( ) : void
return void

DisableChildInteractions() protected method

protected DisableChildInteractions ( ) : void
return void

EnableChildInteractions() protected method

protected EnableChildInteractions ( ) : void
return void

FinalizeInteraction() protected method

protected FinalizeInteraction ( ) : void
return void