wt.clients.calendar
Class CalendarBean.MouseMotion

java.lang.Object
  extended byjava.awt.event.MouseMotionAdapter
      extended bywt.clients.calendar.CalendarBean.MouseMotion
All Implemented Interfaces:
EventListener, MouseMotionListener
Enclosing class:
CalendarBean

class CalendarBean.MouseMotion
extends MouseMotionAdapter


Constructor Summary
(package private) CalendarBean.MouseMotion()
           
 
Method Summary
 void mouseDragged(MouseEvent e)
          Handles Mouse Dragged events
 
Methods inherited from class java.awt.event.MouseMotionAdapter
mouseMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarBean.MouseMotion

CalendarBean.MouseMotion()
Method Detail

mouseDragged

public void mouseDragged(MouseEvent e)
Handles Mouse Dragged events

Parameters:
e - the MouseEvent