Package com.cksource.ckfinder.event
Class Event
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.cksource.ckfinder.event.Event
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LoadConfigEvent
,RequestContextAwareEvent
The CKFinder Event class.
The base class for all CKFinder events.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Event
Constructs a prototypical Event.- Parameters:
source
- the object on which the Event initially occurred- Throws:
IllegalArgumentException
- if source is null
-