|
Clearspace API (1.10.16) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.event.ImageEvent
public class ImageEvent
A class for Image events. This class will be passed to ImageListeners
whenever an image event is fired and contains all the pertinent information to the event.
| Field Summary | |
|---|---|
static int |
IMAGE_ADDED
Event type for whenever an image is added to a document. |
static int |
IMAGE_DELETING
Event type for whenever an image is about to be deleted. |
| Constructor Summary | |
|---|---|
ImageEvent(int eventType,
JiveObject jiveObject,
Image image,
java.util.Map<java.lang.String,? extends java.lang.Object> params)
|
|
| 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. |
Image |
getImage()
|
JiveObject |
getJiveObject()
|
java.util.Map<java.lang.String,? extends java.lang.Object> |
getParams()
Returns a map of parameters which can be used to pass data to a listener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int IMAGE_ADDED
public static final int IMAGE_DELETING
| Constructor Detail |
|---|
public ImageEvent(int eventType,
JiveObject jiveObject,
Image image,
java.util.Map<java.lang.String,? extends java.lang.Object> params)
| Method Detail |
|---|
public int getEventType()
JiveEvent
getEventType in interface JiveEventpublic JiveObject getJiveObject()
public Image getImage()
public java.util.Map<java.lang.String,? extends java.lang.Object> getParams()
JiveEvent
getParams in interface JiveEventpublic java.util.Date getDate()
JiveEvent
getDate in interface JiveEvent
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||