public class InteractionInputHandler extends InputAdapter
Constructor and Description |
---|
InteractionInputHandler(TNetwork network)
Constructs a instance that is initialized with given network.
|
Modifier and Type | Method and Description |
---|---|
TNetwork |
getNetwork()
Return the network be listened.
|
void |
mouseClicked(java.awt.event.MouseEvent e)
Call action.
|
cleanup, init, keyPressed, keyReleased, keyTyped, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased
public InteractionInputHandler(TNetwork network)
network
- network will been listened.public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
mouseClicked
in class InputAdapter
public TNetwork getNetwork()
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.