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 event interfaces are the interfaces used to deliver messages to components. Component implementations of these interfaces are required to pass the messages to child components and so on.
The listener interfaces are the interfaces used by components to react to messages delivered by the event interfaces. They are not responsible for doing anything other than reacting and indicating whether or not they consumed the event in question.
The text was updated successfully, but these errors were encountered:
The event interfaces are the interfaces used to deliver messages to components. Component implementations of these interfaces are required to pass the messages to child components and so on.
The listener interfaces are the interfaces used by components to react to messages delivered by the event interfaces. They are not responsible for doing anything other than reacting and indicating whether or not they consumed the event in question.
The text was updated successfully, but these errors were encountered: