Java org.springframework.context ApplicationEvent fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.context ApplicationEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.context ApplicationEvent.

The text is from its open source code.

Subclass

org.springframework.context.ApplicationEvent has subclasses.
Click this link to see all its subclasses.

Constructor

ApplicationEvent(Object source)
Create a new ApplicationEvent .

Method

ClassgetClass()
Returns the runtime class of this Object .
ObjectgetSource()
The object on which the Event initially occurred.
longgetTimestamp()
Return the system time in milliseconds when the event occurred.
StringtoString()
Returns a String representation of this EventObject.