Skip to content

Mechanism to wait for Extjs asynchronous events #1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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