RunnableEvent

operation to execute (usually sent from background threads to run some code in UI thread)

Constructors

this
this(int ID, Widget destinationWidget, void delegate() action)
Undocumented in source.

Members

Functions

run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_action
void delegate() _action;
Undocumented in source.

Inherited Members

From CustomEvent

_id
int _id;
Undocumented in source.
_uniqueId
uint _uniqueId;
Undocumented in source.
_uniqueIdGenerator
uint _uniqueIdGenerator;
Undocumented in source.
_destinationWidget
Widget _destinationWidget;
Undocumented in source.
id
int id [@property getter]
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.
destinationWidget
Widget destinationWidget [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
_objectParam
Object _objectParam;
Undocumented in source.
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.
_intParam
int _intParam;
Undocumented in source.
intParam
int intParam [@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.

Meta