org.simbrain.network
Class ContextMenuEventHandler

java.lang.Object
  extended by edu.umd.cs.piccolo.event.PBasicInputEventHandler
      extended by org.simbrain.network.ContextMenuEventHandler
All Implemented Interfaces:
PInputEventListener, EventListener

final class ContextMenuEventHandler
extends PBasicInputEventHandler

Context menu event handler.


Constructor Summary
ContextMenuEventHandler()
           
 
Method Summary
 void mousePressed(PInputEvent event)
           
 void mouseReleased(PInputEvent event)
           
 
Methods inherited from class edu.umd.cs.piccolo.event.PBasicInputEventHandler
acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelRotated, mouseWheelRotatedByBlock, paramString, processEvent, setEventFilter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextMenuEventHandler

ContextMenuEventHandler()
Method Detail

mousePressed

public void mousePressed(PInputEvent event)
Overrides:
mousePressed in class PBasicInputEventHandler
See Also:
PBasicInputEventHandler

mouseReleased

public void mouseReleased(PInputEvent event)
Overrides:
mouseReleased in class PBasicInputEventHandler
See Also:
PBasicInputEventHandler