Class SimpleMessageApplicationEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SimpleMessageApplicationEvent
    extends org.springframework.context.ApplicationEvent
    Author:
    Dave Syer
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.StringtoString() 
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

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

      • SimpleMessageApplicationEvent

        public SimpleMessageApplicationEvent​(java.lang.Object source,
                                             java.lang.String message)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject