com.metsci.glimpse.axis.tagged
Class TaggedAxisListener1D

java.lang.Object
  extended by 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

Constructor Summary
TaggedAxisListener1D()
           
 
Method Summary
 void axisUpdated(Axis1D axis)
           
abstract  void tagsUpdated(TaggedAxis1D axis)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaggedAxisListener1D

public TaggedAxisListener1D()
Method Detail

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.