Interface CAAction

    • Method Detail

      • runActionForKeyObjectArguments

        void runActionForKeyObjectArguments​(java.lang.String event,
                                            java.lang.Object anObject,
                                            NSDictionary<?,​?> dict)
        Called to trigger the event named 'path' on the receiver. The object (e.g. the layer) on which the event happened is 'anObject'. The arguments dictionary may be nil, if non-nil it carries parameters associated with the event.