com.liquidatom.derbyscore.ui
Class PeriodActionListener

java.lang.Object
  extended by com.liquidatom.derbyscore.ui.PeriodActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

@Immutable
@ThreadSafe
public class PeriodActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

A class which listens for user input events on the period combo box.

Author:
Russell Francis (russ@metro-six.com)

Constructor Summary
PeriodActionListener(Bout bout)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void assertDispatchThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeriodActionListener

public PeriodActionListener(Bout bout)
Method Detail

actionPerformed

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

assertDispatchThread

protected void assertDispatchThread()