Package org.eclipse.draw2d
Class MouseListener.Stub
java.lang.Object
org.eclipse.draw2d.MouseListener.Stub
- All Implemented Interfaces:
MouseListener
- Enclosing interface:
- MouseListener
An empty implementation of MouseListener for convenience.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.draw2d.MouseListener
MouseListener.Stub
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when a mouse button has been double clicked over the listened to object.void
Called when a mouse button has been pressed while over the listened to object.void
Called when a pressed mouse button has been released.
-
Constructor Details
-
Stub
public Stub()
-
-
Method Details
-
mousePressed
Description copied from interface:MouseListener
Called when a mouse button has been pressed while over the listened to object.- Specified by:
mousePressed
in interfaceMouseListener
- Parameters:
me
- The MouseEvent object- See Also:
-
mouseReleased
Description copied from interface:MouseListener
Called when a pressed mouse button has been released.- Specified by:
mouseReleased
in interfaceMouseListener
- Parameters:
me
- The MouseEvent object- See Also:
-
mouseDoubleClicked
Description copied from interface:MouseListener
Called when a mouse button has been double clicked over the listened to object.- Specified by:
mouseDoubleClicked
in interfaceMouseListener
- Parameters:
me
- The MouseEvent object- See Also:
-