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


public interface CeEvents

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


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

Field Detail

USER

public static final int USER

This is a user event.

See Also:
Constant Field Values

FILE

public static final int FILE

This is a file event.

See Also:
Constant Field Values

SCHEDULE

public static final int SCHEDULE

This is a schedule event.

See Also:
Constant Field Values