jsynoptic.ui
Class ShapesContainer.ShapesComponent.CollectiveActionListener
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actionX
protected double actionX
actionY
protected double actionY
actionTarget
protected java.lang.Object actionTarget
actionName
protected java.lang.String actionName
ShapesContainer.ShapesComponent.CollectiveActionListener
public ShapesContainer.ShapesComponent.CollectiveActionListener(double actionX,
double actionY,
java.lang.Object actionTarget,
java.lang.String actionName)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener