Listener

Description

Computer Programming (Java) Flashcards on Listener, created by desnunan on 22/03/2014.
desnunan
Flashcards by desnunan, updated more than 1 year ago
desnunan
Created by desnunan about 10 years ago
26
0

Resource summary

Question Answer
How can a Listener register for events with a source? Call the source's registration method. Registration methods always take the form of: add<EventType>Listener To register for a button's ActionEvents, for example, call: button.addActionListener(this)
How do you implement a listener interface? By implementing all of the interface's even-handling methods. Put your event-handling code in the listener call-back method. For ActionEvents, the method is: public void actionPerformed(ActionEvent event) { .. }
What is the Event object? Event object is the argument to the event call-back method. Event object holds data about the Event
Show full summary Hide full summary

Similar

Java Week 5 Object Oriented Programming
Troy Bowlin
Making a GUI
desnunan
Java Practice 1
Ummm No
PEGA CSSA Prep
Wendell Phipps
Getting a User Event
desnunan
Paintable Widgets
desnunan
Handling Swing Component Events
desnunan
Playing with Swing Components
desnunan
Make a JScrollPane
desnunan
Java Practice 2
Ummm No
Servion - Java Questionnaire
rohit.benedict