de.saar.chorus.ubench
Class DummyPopupListener

Object
  extended by DummyPopupListener
All Implemented Interfaces:
DomGraphPopupListener

public class DummyPopupListener
extends Object
implements DomGraphPopupListener


Constructor Summary
DummyPopupListener()
           
 
Method Summary
 void popupSelected(DefaultGraphCell source, Fragment fragment, String menuItem)
          Process a popup-selection event.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyPopupListener

public DummyPopupListener()
Method Detail

popupSelected

public void popupSelected(DefaultGraphCell source,
                          Fragment fragment,
                          String menuItem)
Description copied from interface: DomGraphPopupListener
Process a popup-selection event. This method is called for each registered listener whenever the user clicks on a popup menu item.

Specified by:
popupSelected in interface DomGraphPopupListener
Parameters:
source - the node or edge to which the popup menu belonged.
fragment - the fragment to which this node or edge belonged (or null).
menuItem - the label of the menu item that the user selected.