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.
|
-
EventObject(Object)
- Constructs a prototypical Event.
-
getSource()
- Gets the event's source.
EventObject
public EventObject(Object object)
- Constructs a prototypical Event.
- Parameters:
- source - the object that the Event occurred upon
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