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

ClockListener version with onPreClock() and onPostClock() #78

Open
remikey opened this issue Oct 15, 2019 · 1 comment
Open

ClockListener version with onPreClock() and onPostClock() #78

remikey opened this issue Oct 15, 2019 · 1 comment
Milestone

Comments

@remikey
Copy link
Member

remikey commented Oct 15, 2019

issue created in order to be sure to keep the discussion somewhere

In one of my implementations, I could have used a non-Node object being able to listen to onPreClock() and onPostClock(). It is not possible yet.

Indeed, onPreClock() and onPostClock() have been created after the ClockListener interface.
This interface thus only contains onClock().

It is unclear how it could/should be available:

  • separated PreClockListener and PostClockListener, at the same level as ClockListener ?
  • a FullClockListener which inherits ClockListener ?
@remikey remikey added this to the unplanned milestone Oct 15, 2019
@jschoete
Copy link

jschoete commented Jan 5, 2021

I would like this option to be made available as well. Both proposed solutions (Pre/PostClockListener or FullClockListener) seem fine.

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

No branches or pull requests

2 participants