AureusToolTemplateMaster class

An observer pattern that the ToolTemplateCardCarouselView uses to receive instructions from the ToolTemplateCards on moving forward / going backward, depending on the interaction that the user takes on the card.

Constructors

AureusToolTemplateMaster()

Properties

hashCode int
The hash code for this object.
no setterinherited
inputType adaptiveInput
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyObserverBackward() → void
notifyObserverForward() → void
registerObserver(AureusToolTemplateObserver observer) → void
resetObservers() → void
retrieveAdaptiveInput(adaptiveInput input) → void
toString() String
A string representation of this object.
inherited
unregisterObserver(AureusToolTemplateObserver observer) → void
updateAdaptiveInput(adaptiveInput input) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited