Class RunnableEvent

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

Inherits from

Constructors

Name Description
this

Fields

Name Type Description
_action void delegate()
_destinationWidget Widget
_id int
_intParam int
_objectParam Object
_uniqueId uint
_uniqueIdGenerator uint

Properties

Name Type Description
destinationWidget [get] Widget
id [get] int
intParam [get] int
intParam [set] CustomEvent
objectParam [get] Object
objectParam [set] CustomEvent
uniqueId [get] uint

Methods

Name Description
run

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0