java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SpaceNotificationAddedEvent, SpaceNotificationRemovedEvent

public abstract class SpaceNotificationEvent extends NotificationEvent
Represents a space watch event.
See Also:
  • Constructor Details

    • SpaceNotificationEvent

      public SpaceNotificationEvent(Object src, Notification notification)
  • Method Details

    • getSpace

      public Space getSpace()