net.clackrouter.topology.create
Class CreateTopologyMouseListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by net.clackrouter.topology.create.CreateTopologyMouseListener
All Implemented Interfaces:
java.awt.event.MouseListener, java.util.EventListener

public class CreateTopologyMouseListener
extends java.awt.event.MouseAdapter


Constructor Summary
CreateTopologyMouseListener(CreateTopologyGraph g)
           
 
Method Summary
 void mousePressed(java.awt.event.MouseEvent event)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTopologyMouseListener

public CreateTopologyMouseListener(CreateTopologyGraph g)
Method Detail

mousePressed

public void mousePressed(java.awt.event.MouseEvent event)
Specified by:
mousePressed in interface java.awt.event.MouseListener
Overrides:
mousePressed in class java.awt.event.MouseAdapter