org.lyra.Interface
Class PlayerSearchToolBar.Interact

java.lang.Object
  extended by org.lyra.Interface.PlayerSearchToolBar.Interact
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
PlayerSearchToolBar

private class PlayerSearchToolBar.Interact
extends java.lang.Object
implements java.awt.event.ActionListener

The code separation from the user interface. This Class handles all of the complexities of making the interface interactive.

Author:
Martin Foster

Field Summary
private static java.lang.String CLASS
           
 
Constructor Summary
private PlayerSearchToolBar.Interact()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS

private static final java.lang.String CLASS
See Also:
Constant Field Values
Constructor Detail

PlayerSearchToolBar.Interact

private PlayerSearchToolBar.Interact()
Method Detail

actionPerformed

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