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
Methods
subscribe()
subscribe(
callback
): (arg
) =>void
Parameters
Parameter | Type |
---|---|
callback | (arg ) => void |
Returns
Function
Parameters
Parameter | Type |
---|---|
arg | ButtonPushAfterEvent |
Returns
void
Remarks
Subscribes to the event.
This function can't be called in read-only mode.
unsubscribe()
unsubscribe(
callback
):void
Parameters
Parameter | Type |
---|---|
callback | (arg ) => void |
Returns
void
Remarks
Unsubscribes from the event.
This function can't be called in read-only mode.
Throws
This function can throw errors.