Class GenericEvent<S>

  • Type Parameters:
    S - the type of event source
    All Implemented Interfaces:
    java.io.Serializable

    public class GenericEvent<S>
    extends Event
    Generic event
    Since:
    1.0.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericEvent​(S source)  
    • Method Summary

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

        toString
      • Methods inherited from class java.lang.Object

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

      • GenericEvent

        public GenericEvent​(S source)
    • Method Detail

      • getSource

        public S getSource()
        Overrides:
        getSource in class java.util.EventObject