gui
Class AddressBookFrame.RemoveButtonListener

java.lang.Object
  |
  +--gui.AddressBookFrame.RemoveButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
AddressBookFrame

private class AddressBookFrame.RemoveButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener

"Remove"-lyssnare.


Constructor Summary
private AddressBookFrame.RemoveButtonListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Triggas av ett ActionEvent, tar bort en rad i model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressBookFrame.RemoveButtonListener

private AddressBookFrame.RemoveButtonListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Triggas av ett ActionEvent, tar bort en rad i model.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - typ av händelse.