@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class AbstractEvent<TYPE extends Enum<TYPE>> extends Object implements Event<TYPE>
Constructor and Description |
---|
AbstractEvent(TYPE type) |
AbstractEvent(TYPE type,
long timestamp) |
public AbstractEvent(TYPE type)
public AbstractEvent(TYPE type, long timestamp)
public long getTimestamp()
getTimestamp
in interface Event<TYPE extends Enum<TYPE>>
Copyright © 2015 Apache Software Foundation. All rights reserved.