com.crystaldecisions.sdk.plugin.desktop.event
Interface IEvent

All Superinterfaces:
IEventBase, IInfoObject

public interface IEvent
extends IInfoObject, IEventBase

This interface inherits from the IInfoObject and IEventBase interfaces. The IEvent interface provides properties to set the general information for all events, including name, description, and type of event. You can also retrieve the specific event object (FileEvent, ScheduleEvent, UserEvent) based on the type of event set in the IEvent interface. For more information on events see "Managing Events" in the BusinessObjects Enterprise Administrator's Guide.


Nested Class Summary
 
Nested classes inherited from class com.crystaldecisions.sdk.occa.infostore.IInfoObject
IInfoObject.PropertySet
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject
deleteNow, getCUID, getDescription, getFiles, getGUID, getID, getKeyword, getKind, getParent, getParent, getParentCUID, getParentID, getProcessingInfo, getProgID, getRUID, getSchedulingInfo, getSecurityInfo, getTitle, isDirty, isInstance, isMarkedAsRead, properties, propertyIDs, retrievePropertySet, save, setDescription, setKeyword, setMarkedAsRead, setParentID, setTitle
 
Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.event.IEventBase
getDescription, getEventInterface, getEventName, getEventType, setDescription, setEventName, setEventType