Virtual Position Forum
Please register to watch content in detail
Thanks
Admin virtual position


Join the forum, it's quick and easy

Virtual Position Forum
Please register to watch content in detail
Thanks
Admin virtual position
Virtual Position Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Register event generator in java

View previous topic View next topic Go down

GMT + 3 Hours Register event generator in java

Post by Diya Sun May 29, 2011 3:24 pm

Please explain the Register event generator with event handler and discuss it.
Diya
Diya
Monstars
Monstars

Taurus Goat
Posts : 364
Join date : 2011-02-08
Age : 32
Notworthy

Character sheet
Experience:
Register event generator in java Left_bar_bleue10/500Register event generator in java Empty_bar_bleue  (10/500)

Back to top Go down

GMT + 3 Hours Re: Register event generator in java

Post by Vuhelper Sun May 29, 2011 3:26 pm

The event generator (button, for example) and the event listener (listens to the button to determine when it is clicked) must know about each other to establish a relationship. Therefore for each event-generating component, if we want something to happen when an event is generated, we have to add a listener that listens specifically for that event. Each event-generating component has methods that are used to register listeners.

The object that is selected to be the listener must belong to a class that implements the listener interface, and as a result implements the required interface methods.
avatar
Vuhelper
Deep Bench
Deep Bench

Posts : 97
Join date : 2011-05-29

Back to top Go down

View previous topic View next topic Back to top

- Similar topics

Permissions in this forum:
You cannot reply to topics in this forum