You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
For easier use every Event Input should have an individual method that registers an handler for each Event. This method should be defined in the input as default method and should call the more generic registerEventHandler().
To save some time and prevent repetative work there should be an sbt task to auto generate these methods.