All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.chart.EventObject

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

public class EventObject
extends Object
This is a placeholder class. When JDK 1.1 comes out, EventObject will be available in the java.util package.


Constructor Index

 o EventObject(Object)
Constructs a prototypical Event.

Method Index

 o getSource()
Gets the event's source.

Constructors

 o EventObject
 public EventObject(Object source)
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