Class Event

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    UserEvent

    public abstract class Event
    extends org.springframework.context.ApplicationEvent
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.time.LocalDateTime time  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      Event​(java.lang.Object source)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getMessage()  
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • time

        protected java.time.LocalDateTime time
    • Constructor Detail

      • Event

        public Event​(java.lang.Object source)
    • Method Detail

      • getMessage

        public abstract java.lang.String getMessage()