Jive Forums API (5.5.20.2-oracle) Core Javadocs

com.jivesoftware.base
Interface JiveEvent

All Known Implementing Classes:
AnnouncementEvent, CategoryEvent, ForumEvent, GroupEvent, JivePropertyEvent, LogEvent, MessageEvent, PollEvent, PrivateMessageEvent, ProfileSearchIndexEvent, SearchIndexEvent, ThreadEvent, 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 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 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.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.