Java java.util EventObject fields, constructors, methods, implement or subclass

Example usage for Java java.util EventObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util EventObject.

The text is from its open source code.

Subclass

java.util.EventObject has subclasses.
Click this link to see all its subclasses.

Constructor

EventObject(Object source)
Constructs a prototypical Event.

Method

ClassgetClass()
Returns the runtime class of this Object .
ObjectgetSource()
The object on which the Event initially occurred.
StringtoString()
Returns a String representation of this EventObject.