org.opensourcephysics.display
Interface InteractiveMouseHandler

All Known Implementing Classes:
ControlDrawingPanel, ControlPlottingPanel, DrawingPanel2D, DrawingPanel3D, InteractivePanel, PlottingPanel, PlottingPanel2D, VideoMouseHandler, VideoPanel

public interface InteractiveMouseHandler

InteractiveMouseHandler defines how an object receives notification that a mouse action has occured in an InteractivePanel.

Version:
1.0
Author:
Wolfgang Christian, Francisco Equembre

Method Summary
 void handleMouseAction(InteractivePanel panel, java.awt.event.MouseEvent evt)
           
 

Method Detail

handleMouseAction

void handleMouseAction(InteractivePanel panel,
                       java.awt.event.MouseEvent evt)