uk.ac.standrews.cs.nds.eventModel
Interface ITimeStampedEvent

All Superinterfaces:
IEvent, java.util.Map<java.lang.String,java.lang.Object>
All Known Implementing Classes:
TimeStampedEvent

public interface ITimeStampedEvent
extends IEvent

Interface for time stamped events

Author:
markus

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 long getEventCreationTime()
           
 
Methods inherited from interface uk.ac.standrews.cs.nds.eventModel.IEvent
getType
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getEventCreationTime

long getEventCreationTime()
Returns:
the creation time of the event (java time stamp [ms])