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 TypeMethodDescriptionvoidvoidvoidvoidvoidMethods 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:
mouseClickedin interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEnteredin interfaceMouseListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener
-