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

BPOP - add wait timer for BubblePop gesture #15

Open
kevindeland opened this issue Sep 23, 2019 · 2 comments
Open

BPOP - add wait timer for BubblePop gesture #15

kevindeland opened this issue Sep 23, 2019 · 2 comments

Comments

@kevindeland
Copy link
Owner

No description provided.

@kevindeland
Copy link
Owner Author

copy from CWritingComponent.triggerIntervention
_queue.post(I_TRIGGER_GESTURE, I_TRIGGER_GESTURE, GESTURE_TIME_WRITE);

copy CWritingComponent.runCommand

case I_TRIGGER_GESTURE:
                // JUDITH - move this
                Intent msg = new Intent(I_TRIGGER_GESTURE);
                bManager.sendBroadcast(msg);
                break;

@kevindeland
Copy link
Owner Author

kevindeland commented Sep 24, 2019

Q: why do they have different orderings?

should it go
runCommand --> triggerIntervention
or
triggerIntervention --> runCommand

and how does this affect what is passed to constructor of GestureListener?

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

1 participant