Jive API (3.0.13) Core Javadocs

com.jivesoftware.community
Interface JiveEvent


public interface JiveEvent

JiveEvent is the base interface that all events must implement.


Method Summary
 Date getDate()
          Returns the date (as a Date object) that the event was created.
 int getEventType()
          Returns the event type corresponding to the event.
 Map<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

Map<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

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 Product Page

Copyright © 1999-2007 Jive Software.