All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.chart.EventObject

java.lang.Object
   |
   +----jclass.chart.EventObject

public class EventObject
extends Object
EventObject is the common base class for Chart events. It manages an event source, which is the object that originated the event.

Properties

Name Description
Source The Source property specifies the event's source. The default value is null.


Constructor Index

 o EventObject(Object)
Constructs a prototypical Event.

Method Index

 o getSource()
Gets the event's source.

Constructors

 o EventObject
 public EventObject(Object object)
Constructs a prototypical Event.

Parameters:
source - the object that the Event occurred upon

Methods

 o getSource
 public Object getSource()
Gets the event's source.

Returns:
the object that the Event initially occurred upon

All Packages  Class Hierarchy  This Package  Previous  Next  Index