net.sourceforge.groboutils.uicapture.v1.event
Class CaptureAdapter

java.lang.Object
  extended bynet.sourceforge.groboutils.uicapture.v1.event.CaptureAdapter
All Implemented Interfaces:
ICaptureListener
Direct Known Subclasses:
AllowCapturePassThroughAdapter

public class CaptureAdapter
extends java.lang.Object
implements ICaptureListener

Default implementation of an ICaptureListener.

Version:
Jan 4, 2002
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
CaptureAdapter()
           
 
Method Summary
 void keyPressed(KeyPressedCaptureEvent ce)
           
 void keyReleased(KeyReleasedCaptureEvent ce)
           
 void mouseMoved(MouseMovedCaptureEvent ce)
           
 void mousePressed(MousePressedCaptureEvent ce)
           
 void mouseReleased(MouseReleasedCaptureEvent ce)
           
 void mouseWheelMoved(MouseWheelCaptureEvent ce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptureAdapter

public CaptureAdapter()
Method Detail

mouseWheelMoved

public void mouseWheelMoved(MouseWheelCaptureEvent ce)
Specified by:
mouseWheelMoved in interface ICaptureListener
Parameters:
ce - the captured event.
See Also:
MouseWheelListener

mouseMoved

public void mouseMoved(MouseMovedCaptureEvent ce)
Specified by:
mouseMoved in interface ICaptureListener
Parameters:
ce - the captured event.
See Also:
MouseMotionListener

mousePressed

public void mousePressed(MousePressedCaptureEvent ce)
Specified by:
mousePressed in interface ICaptureListener
Parameters:
ce - the captured event.
See Also:
MouseListener

mouseReleased

public void mouseReleased(MouseReleasedCaptureEvent ce)
Specified by:
mouseReleased in interface ICaptureListener
Parameters:
ce - the captured event.
See Also:
MouseListener

keyPressed

public void keyPressed(KeyPressedCaptureEvent ce)
Specified by:
keyPressed in interface ICaptureListener
Parameters:
ce - the captured event.
See Also:
KeyListener

keyReleased

public void keyReleased(KeyReleasedCaptureEvent ce)
Specified by:
keyReleased in interface ICaptureListener
Parameters:
ce - the captured event.
See Also:
KeyListener


Copyright © 2001-2003 by The GroboUtils Project