|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.event.MouseAdapter
org.tanager.ui.CMouseDoubleClickListener
public class CMouseDoubleClickListener
This class encapsulates the concept of an action to be taken when the mouse is double clicked.
| Field Summary | |
|---|---|
private IMouseDoubleClickCallback |
theCallback_
Represents the callback to the IMouseClickListener
implementor. |
| Constructor Summary | |
|---|---|
CMouseDoubleClickListener(IMouseDoubleClickCallback callback)
This is the only contructor allowed for a CMouseClickListener object. |
|
| Method Summary | |
|---|---|
protected IMouseDoubleClickCallback |
getTheCallback()
Poseidon-generated accessor method. |
void |
mouseClicked(java.awt.event.MouseEvent e)
This method is called whenever the mouse is clicked. |
| Methods inherited from class java.awt.event.MouseAdapter |
|---|
mouseEntered, mouseExited, mousePressed, mouseReleased |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private IMouseDoubleClickCallback theCallback_
Represents the callback to the
IMouseClickListener
implementor.
| Constructor Detail |
|---|
public CMouseDoubleClickListener(IMouseDoubleClickCallback callback)
This is the only contructor allowed for a
CMouseClickListener object.
This constructor initializes the super
class and the association with the callback
implementor.
callback - a reference to the
IMouseClickCallback
implementor| Method Detail |
|---|
protected IMouseDoubleClickCallback getTheCallback()
Poseidon-generated accessor method.
IMouseClickCallback
implementorpublic void mouseClicked(java.awt.event.MouseEvent e)
This method is called whenever the mouse is clicked.
Semantics:mouseDoubleClicked() method
mouseClicked in interface java.awt.event.MouseListenermouseClicked in class java.awt.event.MouseAdaptere - the mouse event that occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||