fcmodeler.event
Class PopupLayerListener

java.lang.Object
  |
  +--diva.canvas.event.LayerAdapter
        |
        +--fcmodeler.event.PopupLayerListener
All Implemented Interfaces:
java.util.EventListener, diva.canvas.event.LayerListener

public class PopupLayerListener
extends diva.canvas.event.LayerAdapter

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

Constructor Summary
PopupLayerListener(java.awt.Component component)
          Creates new FCMLayerListener
 
Method Summary
 void mousePressed(diva.canvas.event.LayerEvent layerEvent)
           
 void mouseReleased(diva.canvas.event.LayerEvent layerEvent)
           
 
Methods inherited from class diva.canvas.event.LayerAdapter
mouseDragged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupLayerListener

public PopupLayerListener(java.awt.Component component)
Creates new FCMLayerListener
Method Detail

mousePressed

public void mousePressed(diva.canvas.event.LayerEvent layerEvent)
Overrides:
mousePressed in class diva.canvas.event.LayerAdapter

mouseReleased

public void mouseReleased(diva.canvas.event.LayerEvent layerEvent)
Overrides:
mouseReleased in class diva.canvas.event.LayerAdapter