hoplugins.teamAnalyzer.ui.controller
Class FavoriteItemListener

java.lang.Object
  extended byhoplugins.teamAnalyzer.ui.controller.FavoriteItemListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Action listener for the favourite teams menu item

Author:
Massimiliano Amato

Constructor Summary
FavoriteItemListener(Team _team)
          Creates a new FavoriteItemListener object.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
          Action performed event listener If item is clicked show the team in the main comboBox
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FavoriteItemListener

public FavoriteItemListener(Team _team)
Creates a new FavoriteItemListener object.

Parameters:
_team - the team of the item
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Action performed event listener If item is clicked show the team in the main comboBox

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
arg0 - the event


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.