com.jivesoftware.community.event
Class AttachmentEvent
java.lang.Object
com.jivesoftware.community.event.AttachmentEvent
public class AttachmentEvent
- extends
A class for Attachment events. This class will be passed to EventListeners whenever an attachment
event is fired and contains all the pertinent information to the event.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentEvent
public AttachmentEvent()
AttachmentEvent
public AttachmentEvent(AttachmentEvent.Type eventType,
AttachmentContentResource attachmentContentResource,
Attachment attachment,
Map<String,? extends Object> params)
getPayload
public EntityDescriptor getPayload()
getAttachmentContentResource
public EntityDescriptor getAttachmentContentResource()
getIndirectObjectID
public long getIndirectObjectID()
getIndirectObjectType
public int getIndirectObjectType()
Copyright © 1999-2007 Jive Software.