Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable EventHandlers to receive WorkbookOpen event #13

Open
martinthenext opened this issue Jul 30, 2015 · 0 comments
Open

Enable EventHandlers to receive WorkbookOpen event #13

martinthenext opened this issue Jul 30, 2015 · 0 comments
Assignees

Comments

@martinthenext
Copy link
Owner

The way it works now:

  1. When user opens a spreadsheet this event gets handles by the automaton
  2. Automaton gets go the state where it requests context from the server
  3. After this it enters state Ready in which events are passed to handlers

We need to enable EventHandlers to also receive WorkbookOpen events. This could be done by passing the event to all handlers immediately after entering the Ready state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants