You are viewing a single comment's thread from:

RE: [Programming][Java][Guide] Using Lambda Expressions In Java [Part 1]

in #programming7 years ago

Yes, due to the JButton#addActionListener() method expecting a ActionListener type object. Because this method is expecting an ActionListener, and the type has one implementable method actionPerformed(ActionEvent e), we can substitute it with a lambda expression which as we can see needs a parameter value for ActionEvent, so we reference it using the name you chose e, though can be anything the writer chooses (though note it should always be lowerCamelCase format as it fits into Java Conventions. But a single lowercase letter is usually easiest IMO).

This also applies to methods that have more than a single parameter as well!

I hope I didn't make that sound to confusing.

Sort:  

Thanks for the answer, that helped me a lot. =)

Coin Marketplace

STEEM 0.18
TRX 0.16
JST 0.030
BTC 63064.62
ETH 2460.86
USDT 1.00
SBD 2.66