Class MessageEvent<T>

  • All Implemented Interfaces:
    java.io.Serializable

    public class MessageEvent<T>
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageEvent​(java.lang.Object source, T content)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getContent()  
      • Methods inherited from class java.util.EventObject

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

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

      • MessageEvent

        public MessageEvent​(java.lang.Object source,
                            T content)
    • Method Detail

      • getContent

        public T getContent()