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


Deprecated. Create event objects using their specific type instead, eg. create a FileEvent object.

public interface CeEvents

This interface defines constants that describe what type of event an IInfoObject is.


Field Summary
static int FILE
          Deprecated.  This is a file event.
static int NOTIFICATION
          Deprecated.  This is a notification event.
static int SCHEDULE
          Deprecated.  This is a schedule event.
static int USER
          Deprecated.  This is a user event.
 

Field Detail

USER

static final int USER
Deprecated. 

This is a user event.

See Also:
Constant Field Values

FILE

static final int FILE
Deprecated. 

This is a file event.

See Also:
Constant Field Values

SCHEDULE

static final int SCHEDULE
Deprecated. 

This is a schedule event.

See Also:
Constant Field Values

NOTIFICATION

static final int NOTIFICATION
Deprecated. 

This is a notification event.

See Also:
Constant Field Values