Class java_awt_event_MouseAdapter
java.lang.Object
org.apache.bsf.util.event.EventAdapterImpl
org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
- All Implemented Interfaces:
MouseListener
,EventListener
,EventAdapter
-
Field Summary
Fields inherited from class org.apache.bsf.util.event.EventAdapterImpl
eventProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
Methods inherited from class org.apache.bsf.util.event.EventAdapterImpl
setEventProcessor
-
Constructor Details
-
java_awt_event_MouseAdapter
public java_awt_event_MouseAdapter()
-
-
Method Details
-
mouseClicked
- Specified by:
mouseClicked
in interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEntered
in interfaceMouseListener
-
mouseExited
- Specified by:
mouseExited
in interfaceMouseListener
-
mousePressed
- Specified by:
mousePressed
in interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleased
in interfaceMouseListener
-