EventManagerPlugin
Class
The plugin definition for the EventManager
class
manager
EventManager
supports
boolean
Should return true
for every event name that should be supported by this plugin
@parameventName
string
@returns
boolean
addEventListener
Function
Implement the behaviour for the supported events
@paramelement
HTMLElement
@parameventName
string
@paramhandler
Function
@returns
Function
Description
The plugin definition for the EventManager
class
It can be used as a base class to create custom manager plugins, i.e. you can create your own
class that extends the EventManagerPlugin
one.
Jump to details