fcmodeler.event
Class TestSelectionListener

java.lang.Object
  |
  +--fcmodeler.event.TestSelectionListener
All Implemented Interfaces:
java.util.EventListener, diva.canvas.selection.SelectionListener

public class TestSelectionListener
extends java.lang.Object
implements diva.canvas.selection.SelectionListener

just a test class to investigate diva's selection mechanism...

Since:
JDK1.3
Version:
$Revision: 1.2 $
Author:
Zach Cox

Constructor Summary
TestSelectionListener()
          Creates new FCMSelectionListener
 
Method Summary
 void selectionChanged(diva.canvas.selection.SelectionEvent selectionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSelectionListener

public TestSelectionListener()
Creates new FCMSelectionListener
Method Detail

selectionChanged

public void selectionChanged(diva.canvas.selection.SelectionEvent selectionEvent)
Specified by:
selectionChanged in interface diva.canvas.selection.SelectionListener