public class EventImpl<T> extends Object implements Event<T>
EventImpl(long timestamp, T object)
Date
getDate()
T
getObject()
long
getTimestamp()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public EventImpl(long timestamp, T object)
public long getTimestamp()
Event
getTimestamp
Event<T>
public T getObject()
getObject
public Date getDate()
getDate
public String toString()
toString
Object
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.