net.spy.digg
Interface Event

All Known Subinterfaces:
Comment
All Known Implementing Classes:
CommentImpl, EventImpl

public interface Event

An event.


Method Summary
 int getEventId()
          Get the ID of this event.
 java.lang.String getStatus()
          Get the status of this event.
 int getStoryId()
          Get the ID of the story this event references.
 long getTimestamp()
          Get the timestamp at which this event occurred.
 java.lang.String getUser()
          Get the name of the user referenced by this event.
 

Method Detail

getTimestamp

long getTimestamp()
Get the timestamp at which this event occurred.


getEventId

int getEventId()
Get the ID of this event.


getStatus

java.lang.String getStatus()
Get the status of this event.


getStoryId

int getStoryId()
Get the ID of the story this event references.


getUser

java.lang.String getUser()
Get the name of the user referenced by this event.