Skip to main content

Class: IButtonPushAfterEventSignal

Provides an adaptable interface for callers to subscribe to an event that fires when a button is pushed.

Extended by

Constructors

new IButtonPushAfterEventSignal()

private new IButtonPushAfterEventSignal(): IButtonPushAfterEventSignal

Returns

IButtonPushAfterEventSignal

Methods

subscribe()

subscribe(callback): (arg) => void

Parameters

ParameterType
callback(arg) => void

Returns

Function

Parameters
ParameterType
argButtonPushAfterEvent
Returns

void

Remarks

Subscribes to the event.

This function can't be called in read-only mode.


unsubscribe()

unsubscribe(callback): void

Parameters

ParameterType
callback(arg) => void

Returns

void

Remarks

Unsubscribes from the event.

This function can't be called in read-only mode.