import java.awt.*; import java.awt.event.*; public class DerListener implements ActionListener { public void actionPerformed(ActionEvent ae) { System.out.println("Something has happened in external class DerListener"); } }