formatter
Interface Event

All Known Implementing Classes:
Message, Notification

public interface Event

An Event is anything that can happen in a conversation. All implementing classes must define the getTimestamp() method to return the Timestamp object that represents the time of day this Event occured.


Method Summary
 Timestamp getTimestamp()
          Returns the time this Event took place.
 

Method Detail

getTimestamp

Timestamp getTimestamp()
Returns the time this Event took place.

Returns:
The time this Event took place.