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
Current plan: write code to find the callbacks which are implemented in MUSE corpus apps using either Graph Extractor or Feature Extractor. These can be detected by finding methods implemented in the app which are inherited from framework objects or from interfaces.
finding registration methods:
look for methods which say "set.*Listener"
look for methods where something of the type of the framework class the callback is inherited from is taken as a paremeter
The goal is to register all the possible callbacks for all the objects.
There are two main mechanism to register callbacks.
The text was updated successfully, but these errors were encountered: