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."