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
Can we create object of static class?
What are the characteristics of Final,Finally and Finalize keywords.
What is final keyword?
can I implement my own start() method? : Java thread
why java uses class level type casting ?
What is the use of volatile in java?
Is there any way to find whether software installed in the
system is registered by just providing the .exe file?
I have tried the following code but its just displaying the
directory structure in the registry.
Here the code :
package com.msi.intaller;
import java.util.Iterator;
import ca.beq.util.win32.registry.RegistryKey;
import ca.beq.util.win32.registry.RootKey;
public class RegistryFinder {
public static void main(String... args) throws Exception
{
RegistryKey.initialize(RegistryFinder.class.getResource("jRe
gistryKey.dll").getFile());
RegistryKey key = new RegistryKey(RootKey.HKLM,
"Software\\ODBC");
for (Iterator
what is an objects lock and which objects have locks? : Java thread
Is the milky way in a void?
Can a class have more than one object?
What are the four corner stones of oop?
Can a static class have a constructor java?
Is null in java?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Explain about public and private access specifiers?