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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Signal the event later, at another signaling instruction.
    static final int
    Signal the event immediately.
    static final int
    Don't signal the event at all.
  • Method Summary

    Modifier and Type
    Method
    Description