Chart FX for Java 6.5

SoftwareFX.ChartFX.Statistical
Class StudyChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by SoftwareFX.ChartFX.Statistical.StudyChangedEvent
All Implemented Interfaces:
java.io.Serializable

public final class StudyChangedEvent
extends java.util.EventObject

A event which indicates that a Study has changed.

See Also:
Serialized Form

Constructor Summary
StudyChangedEvent()
           
 
Method Summary
 Study getStudy()
          Returns the study object when a StudyChanged event is raised.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StudyChangedEvent

public StudyChangedEvent()
Method Detail

getStudy

public Study getStudy()

Returns the study object when a StudyChanged event is raised.

Remarks:
  • This is a read-only property.

  • This property is accessible from the event obect when a StudyChanged event is raised.

  • Once you have obtained the Study object, you may use the supported member of the Study class to modify attributes of the object. Depending on the study type, this object may be cast to a study class specific to the type (StudyStripe, StudyConstant, StudyZScore, etc.).

  • See Also:
    Study

    http://www.softwarefx.com

    2007 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
    All other names are trademarks or registered trademarks of their respective owners.