Question:
when a user clicks a button...?
what goes around comes around
2006-05-20 12:16:56 UTC
is an event generated or a listener..which is more accurate..this is for java exam
Seven answers:
melsatar
2006-05-20 13:02:18 UTC
when u click a button there is event happened . like log in .. open new page,doing new function .. that's all is called events



listener ..is more work on client and server programs .. not in any GUI .. when u establish a connection between them
conradj213
2006-05-20 12:30:30 UTC
An Event, From the Java Sun tutorial:



"Every time the user types a character or pushes a mouse button, an event occurs. Any object can be notified of the event. All the object has to do is implement the appropriate interface and be registered as an event listener on the appropriate event source."



http://java.sun.com/docs/books/tutorial/uiswing/learn/example2.html#handlingEvents
2006-05-20 12:18:45 UTC
An Event which is sent to the Listeners for that Button.
travis
2006-05-20 12:19:50 UTC
an event is generated
?
2006-05-20 12:19:02 UTC
I have no idea what you are talking about either
♥KiYa♥
2006-05-20 12:17:56 UTC
what r u talkin bout
felicia e
2006-05-20 12:19:28 UTC
u know, i dotn reallu know!


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...