Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RcsbFvContextManager

rxjs Event Handler Object. It allows objects to subscribe methods and then, get(send) events to(from) other objects

Hierarchy

  • RcsbFvContextManager

Index

Properties

Methods

Properties

Private Readonly subject

subject: Subject<RcsbFvContextManagerInterface> = new Subject<RcsbFvContextManagerInterface>()

Methods

next

  • Call other subscribed methods

    Parameters

    Returns void

subscribe

unsubscribeAll

  • unsubscribeAll(): void
  • Unsubscribe all methods

    Returns void

Generated using TypeDoc