Class EventHandler

Index

Constructor methods

Methods

Constructor methods

constructor(): EventHandler

Returns

EventHandler

Methods

public subscribe(event: EventData, handler: Function): EventHandler

Parameters

Returns

EventHandler

public unsubscribe(event: EventData, handler: Function): EventHandler

Parameters

Returns

EventHandler

public unsubscribeAll(): EventHandler

Returns

EventHandler