com.ijchart.xychart.event
Class MarkerChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.ijchart.xychart.event.MarkerChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class MarkerChangeEvent
extends java.util.EventObject
implements java.io.Serializable

Title: IJChart

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

A change event that encapsulates information about a change to a marker.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MarkerChangeEvent(AbstractMarker marker)
           Creates a new instance.
 
Method Summary
 AbstractMarker getMarker()
           Returns the marker that generated the event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarkerChangeEvent

public MarkerChangeEvent(AbstractMarker marker)
Creates a new instance.

Parameters:
marker - AbstractMarker The marker that generated the event.
Method Detail

getMarker

public AbstractMarker getMarker()
Returns the marker that generated the event.

Returns:
The marker that generated the event.