public class Event<T> extends Object
Event(Object source, Long timestamp, T type)
boolean
equals(Object object)
Object
getSource()
Long
getTimestamp()
T
getType()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Event(Object source, Long timestamp, T type)
public boolean equals(Object object)
equals
public Object getSource()
public Long getTimestamp()
public T getType()
public int hashCode()
hashCode
Copyright © 2016. All rights reserved.