Home Reference Source
import {EventDispatcher} from './scripts/path-controller/util/events.js'
public class | source

EventDispatcher

Direct Subclass:

Curve1D

Constructor Summary

Public Constructor
public

Member Summary

Private Members
private

_cbs: {}

Method Summary

Public Methods
public

off(type: *, cb: *): *

public

on(type: *, cb: *): *

Private Methods
private

_fireEvent(type: *, data: *)

Public Constructors

public constructor() source

Private Members

private _cbs: {} source

Public Methods

public off(type: *, cb: *): * source

Params:

NameTypeAttributeDescription
type *
cb *

Return:

*

public on(type: *, cb: *): * source

Params:

NameTypeAttributeDescription
type *
cb *

Return:

*

Private Methods

private _fireEvent(type: *, data: *) source

Params:

NameTypeAttributeDescription
type *
data *