Answer Posted / raman
A listener is called when the user does something to the user
interface that causes an event. Altho these events usually
come from the user interface.
Named Inner Class Listeners -
Anonymous Inner Class Listeners -
Top-level Listeners -
Action and AbstractAction -
External Listeners -
Subclassing a component and overriding processActionEvent().
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Can we call a non-static method from inside a static method?
What is the main function in java?
What is the relationship between class and object?
What is a parameter used for?
Is set ordered in java?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What is floating data type?
What is a concrete classes? Is Java object class is concrete class?
What is collection sort in java?
What does %d do in java?
What is foreach loop in java?
What is the use of predicate in java 8?
How does callback work in java?
Explain different types of wrapper classes in java?