@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class AbstractEvent<TYPE extends Enum<TYPE>> extends Object implements Event<TYPE>
| コンストラクタと説明 | 
|---|
| AbstractEvent(TYPE type) | 
| AbstractEvent(TYPE type,
             long timestamp) | 
public AbstractEvent(TYPE type)
public AbstractEvent(TYPE type, long timestamp)
public long getTimestamp()
getTimestamp インタフェース内 Event<TYPE extends Enum<TYPE>>Copyright © 2016 Apache Software Foundation. All rights reserved.