Options
All
  • Public
  • Public/Protected
  • All
Menu

Interace which observers that want to track toolbar mode changes need to implement.

Hierarchy

  • ToolbarObserver

Implemented by

Index

Methods

onClearClick

  • onClearClick(): void
  • Method used to notify about toolbar "Clear" button press.

    Returns void

onModeSwitch

  • Method which will be called when toolbar mode changes.

    Parameters

    • previousMode: ToolbarMode

      Mode before the switch of mode.

    • newMode: ToolbarMode

      Mode after the switch of mode.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc