Class Event

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LoadConfigEvent, RequestContextAwareEvent

public abstract class Event extends ApplicationEvent
The CKFinder Event class.

The base class for all CKFinder events.

See Also:
  • Constructor Details

    • Event

      public Event(Object source)
      Constructs a prototypical Event.
      Parameters:
      source - the object on which the Event initially occurred
      Throws:
      IllegalArgumentException - if source is null