org.picocontainer.defaults
Class ImplementationHidingComponentAdapterTestCase.Footle

java.lang.Object
  extended byorg.picocontainer.defaults.ImplementationHidingComponentAdapterTestCase.Footle
All Implemented Interfaces:
ActionListener, EventListener, MouseListener
Enclosing class:
ImplementationHidingComponentAdapterTestCase

public class ImplementationHidingComponentAdapterTestCase.Footle
extends Object
implements ActionListener, MouseListener


Constructor Summary
ImplementationHidingComponentAdapterTestCase.Footle()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void mouseClicked(MouseEvent e)
           
 void mouseEntered(MouseEvent e)
           
 void mouseExited(MouseEvent e)
           
 void mousePressed(MouseEvent e)
           
 void mouseReleased(MouseEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationHidingComponentAdapterTestCase.Footle

public ImplementationHidingComponentAdapterTestCase.Footle()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

mouseClicked

public void mouseClicked(MouseEvent e)
Specified by:
mouseClicked in interface MouseListener

mouseEntered

public void mouseEntered(MouseEvent e)
Specified by:
mouseEntered in interface MouseListener

mouseExited

public void mouseExited(MouseEvent e)
Specified by:
mouseExited in interface MouseListener

mousePressed

public void mousePressed(MouseEvent e)
Specified by:
mousePressed in interface MouseListener

mouseReleased

public void mouseReleased(MouseEvent e)
Specified by:
mouseReleased in interface MouseListener


Copyright © 2003-2007 Codehaus. All Rights Reserved.