I just started to learn how to use action listeners. To my understanding it works in the following way:
There are some classes which contains \"addActionLis
Maybe it's not actually at the moment, but I believe that in the nearest future (after Java 7 release) something like this would be the common way:
listenedObject.addActionListener ( #{doSmth();} );