Class AbstractFocusedGestureInputEvent

    • Constructor Detail

      • AbstractFocusedGestureInputEvent

        public AbstractFocusedGestureInputEvent​(java.lang.Object source,
                                                Key... keys)
        Source constructor.
        Parameters:
        source - The object on which the event initially occurred.
        keys - The keys that were pressed when this event was generated.
        Throws:
        java.lang.NullPointerException - if the given source and/or keys is null.