Skip to content
Henryk Wollik edited this page Jul 28, 2014 · 1 revision

Class: Event

Event

new Event(sender, type, data)

Base class Event.

Parameters:
Name Type Argument Description
sender EventDispatcher

The sender

type String

The type

data Object <optional>

The data

Source:

Methods

copy() → {Event}

Returns a copy of the event.

Source:
Returns:
Type
Event

Generated with wicked.

Clone this wiki locally