Chart FX for Java 6.5

SoftwareFX.ChartFX.Statistical
Interface StudyChangedListener

All Superinterfaces:
java.util.EventListener

public interface StudyChangedListener
extends java.util.EventListener

This is the Listener interface for StudyChangedEvent event.

This event accepts a StudyChangedEventHandler object which allows you to create your own routine to execute when the StudyChanged event is raised.


Method Summary
 void StudyChangedEventHandler(StudyChangedEvent e)
          Invoked when the user interacts with a study.
 

Method Detail

StudyChangedEventHandler

void StudyChangedEventHandler(StudyChangedEvent e)

Invoked when the user interacts with a study.

Parameters:
e - Object that contains the event data.

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.