类 GenericEvent<S>

  • 类型参数:
    S - the type of event source
    所有已实现的接口:
    java.io.Serializable

    public class GenericEvent<S>
    extends Event
    Generic event
    从以下版本开始:
    1.0.0
    另请参阅:
    序列化表格
    • 字段概要

      • 从类继承的字段 java.util.EventObject

        source
    • 构造器概要

      构造器 
      构造器 说明
      GenericEvent​(S source)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      S getSource()  
      • 从类继承的方法 java.util.EventObject

        toString
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • GenericEvent

        public GenericEvent​(S source)
    • 方法详细资料

      • getSource

        public S getSource()
        覆盖:
        getSource 在类中 java.util.EventObject