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 action API defines
@ActionHandlerand 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
ThreadingHandlerchanges name.