org.picocontainer.defaults
Class ImplementationHidingComponentAdapterTestCase.Footle
java.lang.Object
org.picocontainer.defaults.ImplementationHidingComponentAdapterTestCase.Footle
- All Implemented Interfaces:
- ActionListener, EventListener, MouseListener
- Enclosing class:
- ImplementationHidingComponentAdapterTestCase
- public class ImplementationHidingComponentAdapterTestCase.Footle
- extends Object
- implements ActionListener, MouseListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplementationHidingComponentAdapterTestCase.Footle
public ImplementationHidingComponentAdapterTestCase.Footle()
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.