Skip to content

IReusableStackSynthesizer

Interface for Stack Synthesizers that can be used for more than one stack.

Regular IStackSynthesizer instances can only be bound to a Stack once. IReusableStackSynthesizer instances.

For backwards compatibility reasons, this class inherits from IStackSynthesizer, but if an object implements IReusableStackSynthesizer, no other methods than reusableBind() will be called.

Methods

Name Description
ReusableBind Produce a bound Stack Synthesizer for the given stack.

ReusableBind

private IBoundStackSynthesizer ReusableBind(Stack Stack)

Produce a bound Stack Synthesizer for the given stack.

This method may be called more than once on the same object.

StackRequired