T
public class Event<T extends Subject> extends Object
Event(String label, T subject, long timestamp)
String
getLabel()
getSubject()
long
getTimestamp()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Event(String label, T subject, long timestamp)
label
subject
timestamp
public final String getLabel()
public final T getSubject()
public final long getTimestamp()
Copyright © 2019. All rights reserved.