examples
Class CardExample1.ButtonAction

java.lang.Object
  extended by examples.CardExample1.ButtonAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
CardExample1

public static class CardExample1.ButtonAction
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
CardExample1.ButtonAction(CardCell card, java.lang.String name)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardExample1.ButtonAction

public CardExample1.ButtonAction(CardCell card,
                                 java.lang.String name)
Method Detail

actionPerformed

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