Interface HasUserOriginated

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isUserOriginated()
      Returns whether this event was triggered by user interaction, on the client side, or programmatically, on the server side.
    • Method Detail

      • isUserOriginated

        boolean isUserOriginated()
        Returns whether this event was triggered by user interaction, on the client side, or programmatically, on the server side.
        Returns:
        true if this event originates from the client, false otherwise.