Package adams.gui.event
Interface NodeDroppedListener
-
public interface NodeDroppedListenerInterface for classes that listen to nodes being "dropped".- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnodeDropped(NodeDroppedEvent e)Gets called whenever a node was dropped successfully.
-
-
-
Method Detail
-
nodeDropped
void nodeDropped(NodeDroppedEvent e)
Gets called whenever a node was dropped successfully.- Parameters:
e- the event
-
-