Overview
Methods
addInternalListener<Args>(event, listener)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
event | EventBinder Aliased type: (event: Aliased type: (args: Args) => void | none | none | |
listener | EventHandler Aliased type: (args: Args) => void | none | none |
Return type: Listener
addListener<Args>(event, listener)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
event | EventBinder Aliased type: (event: Aliased type: (args: Args) => void | none | none | |
listener | EventHandler Aliased type: (args: Args) => void | none | none |
Return type: Listener
emit<Args>(event, args)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
event | EventBinder Aliased type: (event: Aliased type: (args: Args) => void | none | none | |
args | Args | none | none |
Return type: void
on<Args>(event, listener)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
event | EventBinder Aliased type: (event: Aliased type: (args: Args) => void | none | none | |
listener | EventHandler Aliased type: (args: Args) => void | none | none |
Return type: Listener
removeInternalListener(id)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
id | Listener | none | none |
Return type: void
removeInternalListener<Args>(event, listener)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
event | EventBinder Aliased type: (event: Aliased type: (args: Args) => void | none | none | |
listener | EventHandler Aliased type: (args: Args) => void | none | none |
Return type: void
removeListener<Args>(event, listener)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
event | EventBinder Aliased type: (event: Aliased type: (args: Args) => void | none | none | |
listener | EventHandler Aliased type: (args: Args) => void | none | none |
Return type: void