me.mjolnir.mineconomy.internal.gui.listeners
Class AccountListListener

java.lang.Object
  extended by me.mjolnir.mineconomy.internal.gui.listeners.AccountListListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class AccountListListener
extends java.lang.Object
implements java.awt.event.ActionListener

Handles accounts being chosen from JComboBox

Author:
MjolnirCommando

Constructor Summary
AccountListListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountListListener

public AccountListListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener