hoplugins.teamAnalyzer.ui.controller
Class SimButtonListener

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

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

Action listener for the simulation Button

Author:
Massimiliano Amato

Constructor Summary
SimButtonListener(TeamLineupData panel, TeamLineupData panel2)
          Creates a new SimButtonListener object.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Action performed event listener PRepares the date for the 2 teams and lauch the MatchRatingPredictor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimButtonListener

public SimButtonListener(TeamLineupData panel,
                         TeamLineupData panel2)
Creates a new SimButtonListener object.

Parameters:
panel - user team
panel2 - opponent team
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Action performed event listener PRepares the date for the 2 teams and lauch the MatchRatingPredictor

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


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