java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
it.uniroma2.art.semanticturkey.event.Event
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AllPluginsInitialized, PluginEvent, ResourceEvent, SettingsEvent

public class Event extends org.springframework.context.ApplicationEvent
Base class for ST events. These are a kind of ApplicationEvent that are propagated across the application contexts associated with different ST bundles.
Author:
Manuel Fiorelli
See Also:
  • Constructor Details

    • Event

      public Event(Object source)