Events occur when a user interacts with the UI by way of the mouse or keyboard, for example when the user clicks on a button and Action event is triggered. Mostly, applications just need to know that an event has occured. In response to an event the application provides some action, implemented as an event handler of some sort. In XUI the event handler is just a plain old Java method.
There are no comments on this page. [Add comment]