Class ProbeListener

java.lang.Object
org.piccolo2d.event.PBasicInputEventHandler
repast.simphony.dataLoader.ui.wizard.builder.ProbeListener
All Implemented Interfaces:
EventListener, org.piccolo2d.event.PInputEventListener

public class ProbeListener extends org.piccolo2d.event.PBasicInputEventHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mouseClicked(org.piccolo2d.event.PInputEvent ev)
     

    Methods inherited from class org.piccolo2d.event.PBasicInputEventHandler

    acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelRotated, mouseWheelRotatedByBlock, processEvent, setEventFilter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProbeListener

      public ProbeListener()
  • Method Details

    • mouseClicked

      public void mouseClicked(org.piccolo2d.event.PInputEvent ev)
      Overrides:
      mouseClicked in class org.piccolo2d.event.PBasicInputEventHandler