org.opensourcephysics.display
Interface InteractiveMouseHandler
- All Known Implementing Classes:
- ElectricFieldApp, FieldLineApp, HuygensApp, InteractivePanel, LaplaceApp, MethaneApp, MouseApp, PercolationApp, PlottingPanel, VideoMouseHandler, VideoPanel
public interface InteractiveMouseHandler
InteractiveMouseHandler defines how an object receives notification that
a mouse action has occured in an InteractivePanel.
handleMouseAction
void handleMouseAction(InteractivePanel panel,
java.awt.event.MouseEvent evt)