Interface IEventSubscription

Index

Methods

Methods

public off()

This function removing current subscription from event handlers

public then(thenCallback: any)

This function adding callback to event subscription

Parameters

  • thenCallback: any