There is not much there, build an event listener, pass in the mock event and test.
@Test
public void testEventListener() {
ActionListener subjectUnderTest = new MyActionListener();
ActionEvent mockEvent = mock(ActionEvent.class);
subjectUnderTest.actionPerformed(mockEvent);
}
, , , . - , .