Clearspace API (1.10.16) Core Javadocs

com.jivesoftware.community
Interface JiveEvent

All Known Implementing Classes:
AnnouncementEvent, AttachmentEvent, BlogEvent, BlogPostEvent, CommentEvent, CommunityEvent, DocumentEvent, EmailEvent, GroupEvent, ImageEvent, JivePropertyEvent, LogEvent, MessageEvent, PollEvent, PrivateMessageEvent, ProfileSearchIndexEvent, QuestionEvent, SearchIndexEvent, StorageManagerEvent, TagEvent, TagSetEvent, ThreadEvent, TrackbackEvent, UserEvent

public interface JiveEvent

JiveEvent is the base interface that all events must implement.


Method Summary
 java.util.Date getDate()
          Returns the date (as a Date object) that the event was created.
 int getEventType()
          Returns the event type corresponding to the event.
 java.util.Map<java.lang.String,?> getParams()
          Returns a map of parameters which can be used to pass data to a listener.
 

Method Detail

getEventType

int getEventType()
Returns the event type corresponding to the event.

Returns:
the event type corresponding to the event.

getParams

java.util.Map<java.lang.String,?> getParams()
Returns a map of parameters which can be used to pass data to a listener.

Returns:
map of parameters which can be used to pass data to a listener.

getDate

java.util.Date getDate()
Returns the date (as a Date object) that the event was created.

Returns:
the date (as a Date object) that the event was created.

Clearspace Project Page

Copyright © 1999-2007 Jive Software.