Package com.luciad.util
Interface ILcdFireEventMode
public interface ILcdFireEventMode
This interface defines the different modes for sending out events.
If used in combination with an ILcdModel, please refer to the constants defined
in that interface. Their documentation is tailored to updating models.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSignal the event later, at another signaling instruction.static final intSignal the event immediately.static final intDon't signal the event at all. -
Method Summary
-
Field Details
-
FIRE_NOW
static final int FIRE_NOWSignal the event immediately.
If used in combination with an
ILcdModel, please refer toILcdModel.FIRE_NOW.- See Also:
-
FIRE_LATER
static final int FIRE_LATERSignal the event later, at another signaling instruction.
If used in combination with an
ILcdModel, please refer toILcdModel.FIRE_LATER.- See Also:
-
NO_EVENT
static final int NO_EVENTDon't signal the event at all.
If used in combination with an
ILcdModel, please refer toILcdModel.NO_EVENT.- See Also:
-
-
Method Details
-
clone
Object clone()
-