@API(type=EXTENDABLE, src=PUBLIC) public class AuthorMouseAdapter extends java.lang.Object implements AuthorMouseListener
AuthorMouseListener
.Constructor and Description |
---|
AuthorMouseAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
mouseClicked(AuthorMouseEvent e)
Invoked when the mouse button has been clicked (pressed
and released) on the author page.
|
void |
mouseDragged(AuthorMouseEvent e)
Invoked when a mouse button is pressed on the author page and then
dragged.
|
void |
mouseMoved(AuthorMouseEvent e)
Invoked when the mouse cursor has been moved onto the author page
but no buttons have been pressed.
|
void |
mousePressed(AuthorMouseEvent e)
Invoked when a mouse button has been pressed on the author page.
|
void |
mouseReleased(AuthorMouseEvent e)
Invoked when a mouse button has been released on the author page.
|
public void mouseClicked(AuthorMouseEvent e)
AuthorMouseListener
mouseClicked
in interface AuthorMouseListener
e
- The AuthorMouseEvent
.AuthorMouseListener.mouseClicked(ro.sync.ecss.extensions.api.AuthorMouseEvent)
public void mouseDragged(AuthorMouseEvent e)
AuthorMouseListener
MOUSE_DRAGGED
events 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).mouseDragged
in interface AuthorMouseListener
e
- The AuthorMouseEvent
.AuthorMouseListener.mouseDragged(ro.sync.ecss.extensions.api.AuthorMouseEvent)
public void mouseMoved(AuthorMouseEvent e)
AuthorMouseListener
mouseMoved
in interface AuthorMouseListener
e
- The AuthorMouseEvent
.AuthorMouseListener.mouseMoved(ro.sync.ecss.extensions.api.AuthorMouseEvent)
public void mousePressed(AuthorMouseEvent e)
AuthorMouseListener
mousePressed
in interface AuthorMouseListener
e
- The AuthorMouseEvent
.AuthorMouseListener.mousePressed(ro.sync.ecss.extensions.api.AuthorMouseEvent)
public void mouseReleased(AuthorMouseEvent e)
AuthorMouseListener
mouseReleased
in interface AuthorMouseListener
e
- The AuthorMouseEvent
.AuthorMouseListener.mouseReleased(ro.sync.ecss.extensions.api.AuthorMouseEvent)
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.