Package ro.sync.ecss.extensions.api
Class AuthorMouseAdapter
java.lang.Object
ro.sync.ecss.extensions.api.AuthorMouseAdapter
- All Implemented Interfaces:
AuthorMouseListener
@API(type=EXTENDABLE,
src=PUBLIC)
public class AuthorMouseAdapter
extends Object
implements AuthorMouseListener
Empty implementation of the
AuthorMouseListener.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when the mouse button has been clicked (pressed and released) on the author page.voidInvoked when a mouse button is pressed on the author page and then dragged.voidInvoked when the mouse cursor has been moved onto the author page but no buttons have been pressed.voidInvoked when a mouse button has been pressed on the author page.voidInvoked when a mouse button has been released on the author page.
-
Constructor Details
-
AuthorMouseAdapter
public AuthorMouseAdapter()
-
-
Method Details
-
mouseClicked
Description copied from interface:AuthorMouseListenerInvoked when the mouse button has been clicked (pressed and released) on the author page.- Specified by:
mouseClickedin interfaceAuthorMouseListener- Parameters:
e- TheAuthorMouseEvent.- See Also:
-
mouseDragged
Description copied from interface:AuthorMouseListenerInvoked when a mouse button is pressed on the author page and then dragged.MOUSE_DRAGGEDevents will continue to be delivered to the author page where the drag originated until the mouse button is released (regardless of whether the mouse position is within the bounds of the author page).- Specified by:
mouseDraggedin interfaceAuthorMouseListener- Parameters:
e- TheAuthorMouseEvent.- See Also:
-
mouseMoved
Description copied from interface:AuthorMouseListenerInvoked when the mouse cursor has been moved onto the author page but no buttons have been pressed.- Specified by:
mouseMovedin interfaceAuthorMouseListener- Parameters:
e- TheAuthorMouseEvent.- See Also:
-
mousePressed
Description copied from interface:AuthorMouseListenerInvoked when a mouse button has been pressed on the author page.- Specified by:
mousePressedin interfaceAuthorMouseListener- Parameters:
e- TheAuthorMouseEvent.- See Also:
-
mouseReleased
Description copied from interface:AuthorMouseListenerInvoked when a mouse button has been released on the author page.- Specified by:
mouseReleasedin interfaceAuthorMouseListener- Parameters:
e- TheAuthorMouseEvent.- See Also:
-