Skip to content

Mechanism to wait for Extjs asynchronous events #1

@hubefonseca

Description

@hubefonseca

It might be possible to register for a generic Ext event, and then be notified when such event occurs.
Then, it should be possible to make things like this:

A) ref = subscribe(extObj, 'evento')
B) extObj.click()
C) ref.waitFor()

A) Subscribe listener for an event (callback to change the flag state)
B) some code
C) pooling till true or timeout

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions