![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
This question interests me, too. I don't contest the current replies, but one reason I've had some trouble internalizing the use of anonymous inner classes is because you *appear* to instantiate an interface in certain cases. I refer to the following type of code: ActionListener al = new ActionListener() {
|
Sponsored Links
|