jsynoptic.ui
Class ShapesContainer.ShapesComponent.CollectiveActionListener

java.lang.Object
  extended by jsynoptic.ui.ShapesContainer.ShapesComponent.CollectiveActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ShapesContainer.ShapesComponent

protected class ShapesContainer.ShapesComponent.CollectiveActionListener
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
protected  java.lang.String actionName
           
protected  java.lang.Object actionTarget
           
protected  double actionX
           
protected  double actionY
           
 
Constructor Summary
ShapesContainer.ShapesComponent.CollectiveActionListener(double actionX, double actionY, java.lang.Object actionTarget, java.lang.String actionName)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionX

protected double actionX

actionY

protected double actionY

actionTarget

protected java.lang.Object actionTarget

actionName

protected java.lang.String actionName
Constructor Detail

ShapesContainer.ShapesComponent.CollectiveActionListener

public ShapesContainer.ShapesComponent.CollectiveActionListener(double actionX,
                                                                double actionY,
                                                                java.lang.Object actionTarget,
                                                                java.lang.String actionName)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener