public abstract class Event<T> extends EventObject
private T
argument
private static long
serialVersionUID
private long
timestamp
source
Event(Object source, T argument)
T
getArgument()
long
getTimestamp()
void
setArgument(T argument)
getSource, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private static final long serialVersionUID
private final long timestamp
private T argument
public Event(Object source, T argument)
public T getArgument()
public void setArgument(T argument)
public long getTimestamp()
Copyright © 2020. All rights reserved.