Listener

Descrição

Computer Programming (Java) FlashCards sobre Listener, criado por desnunan em 22-03-2014.
desnunan
FlashCards por desnunan, atualizado more than 1 year ago
desnunan
Criado por desnunan aproximadamente 10 anos atrás
26
0

Resumo de Recurso

Questão Responda
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

Semelhante

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