CustomEvent

base class for custom events

Constructors

this
this(int ID)
Undocumented in source.

Members

Properties

destinationWidget
Widget destinationWidget [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
int id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
intParam
int intParam [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
intParam
int intParam [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
objectParam
Object objectParam [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
objectParam
Object objectParam [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
uniqueId
uint uniqueId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_uniqueIdGenerator
uint _uniqueIdGenerator;
Undocumented in source.

Variables

_destinationWidget
Widget _destinationWidget;
Undocumented in source.
_id
int _id;
Undocumented in source.
_intParam
int _intParam;
Undocumented in source.
_objectParam
Object _objectParam;
Undocumented in source.
_uniqueId
uint _uniqueId;
Undocumented in source.

Meta