Estoy leyendo sobre las nuevas funciones en: http://www.javaworld.com/article/2078836/java-se/love-and-hate-for-java-8.html Vi el ejemplo a continuación: Usando la clase anónima: button.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent ae) {