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

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

public interface IEvent
extends java.util.Map<java.lang.String,java.lang.Object>

Interface defining generic events.

Author:
graham

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 java.lang.String getType()
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getType

java.lang.String getType()
Returns:
the type of the event