I am not clear on the difference between these two methods. I see that the actionListener takes an ActionEvent as a parameter, but both may be tied to a method in the backing bean.
Is the only functional difference the ActionEvent parameter? So if I need ActionEvent use the listener method, if not, either will work?