com.ijchart.xychart.listener
Interface IMarkerChangeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractNumberValueAxisWithType, AbstractValueAxis, BoxAndWhiskerValueAxis, CategoryAxis, CategoryAxis3D, DateValueAxis, ErrorValueAxis, GranttValueAxis, GroupCategoryAxis, GroupStackedNumberValueAxis, IntervalValueAxis, IntervalXNumberYBaseValueAxis, IntervalXYValueAxis, NumberValueAxis, NumberValueAxis3D, OHLCDateAxis, OHLCValueAxis, Stacked3DNumberValueAxis, StackedNumberValueAxis, StackedXYBarValueAxis, StackedXYValueAxis, StatisticalNumberValueAxis, SymbolValueAxis, WaterfallNumberValueAxis, WindValueAxis, XYNumberValueAxis, XYZNumberValueAxis, YIntervalValueAxis, ZNumberValueAxis

public interface IMarkerChangeListener
extends java.util.EventListener

Title: IJChart

Description: a chart library for the Java(tm) platform.

The interface that must be supported by classes that wish to receive notification of changes to a marker.

The Plot class implements this interface, and automatically registers with its marker (if any). Any marker changes are passed on by the plot as a plot change event. This is part of the notification mechanism that ensures that charts are redrawn whenever changes are made to any chart component.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.

Method Summary
 void markerChanged(MarkerChangeEvent event)
           Receives notification of an marker change event.
 

Method Detail

markerChanged

void markerChanged(MarkerChangeEvent event)
Receives notification of an marker change event.

Parameters:
event - MarkerChangeEvent The marker change event.