Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CvValueListener<T>

This is a mechanism used throughout the framework A generalized interface for allowing two components to communicate 'state' changes i.e. a workbench display and a workbench selector menu The following compose this mechanism: CvValueListener, CvValueProvider, CvValueAdapter

Type parameters

  • T

Hierarchy

  • CvValueListener

Callable

  • __call(value: T): void
  • This is a mechanism used throughout the framework A generalized interface for allowing two components to communicate 'state' changes i.e. a workbench display and a workbench selector menu The following compose this mechanism: CvValueListener, CvValueProvider, CvValueAdapter

    Parameters

    • value: T

    Returns void

Generated using TypeDoc