We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Node
onPreClock()
onPostClock()
Indeed, onPreClock() and onPostClock() have been created after the ClockListener interface. This interface thus only contains onClock().
ClockListener
onClock()
It is unclear how it could/should be available:
PreClockListener
PostClockListener
FullClockListener
The text was updated successfully, but these errors were encountered:
I would like this option to be made available as well. Both proposed solutions (Pre/PostClockListener or FullClockListener) seem fine.
Sorry, something went wrong.
No branches or pull requests
In one of my implementations, I could have used a non-
Node
object being able to listen toonPreClock()
andonPostClock()
. It is not possible yet.Indeed,
onPreClock()
andonPostClock()
have been created after theClockListener
interface.This interface thus only contains
onClock()
.It is unclear how it could/should be available:
PreClockListener
andPostClockListener
, at the same level asClockListener
?FullClockListener
which inheritsClockListener
?The text was updated successfully, but these errors were encountered: