com.metsci.glimpse.axis.tagged
Class TaggedAxisListener1D
java.lang.Object
com.metsci.glimpse.axis.tagged.TaggedAxisListener1D
- All Implemented Interfaces:
- AxisListener1D
public abstract class TaggedAxisListener1D
- extends java.lang.Object
- implements AxisListener1D
An AxisListener1D which only reports when axis tags have changed.
Changes to name, value, or number of tags are reported, but changes
to Tag attributes or their values do not trigger the listener.
- Author:
- ulman
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaggedAxisListener1D
public TaggedAxisListener1D()
axisUpdated
public void axisUpdated(Axis1D axis)
- Specified by:
axisUpdated
in interface AxisListener1D
tagsUpdated
public abstract void tagsUpdated(TaggedAxis1D axis)
Copyright © 2012 Metron, Inc.. All Rights Reserved.