org.opensourcephysics.display
Interface InteractiveMouseHandler

All Known Implementing Classes:
InteractivePanel

public interface InteractiveMouseHandler

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


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

Method Detail

handleMouseAction

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