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
The action API defines @ActionHandler and the event API defines @EventHandler. These annotations indicate the entry point for actions and events. However the threading API has ThreadingHandler, an interface that defines the contract for interacting with the UI thread.
Either the annotations switch to a different suffix/prefix or ThreadingHandler changes name.
The text was updated successfully, but these errors were encountered:
The action API defines
@ActionHandler
and the event API defines@EventHandler
. These annotations indicate the entry point for actions and events. However the threading API hasThreadingHandler
, an interface that defines the contract for interacting with the UI thread.Either the annotations switch to a different suffix/prefix or
ThreadingHandler
changes name.The text was updated successfully, but these errors were encountered: