Package apple.quartzcore.protocol
Interface CAAction
-
- All Known Implementing Classes:
CAAnimation,CAAnimationGroup,CABasicAnimation,CAKeyframeAnimation,CAPropertyAnimation,CASpringAnimation,CATransition,NSNull
public interface CAActionAction (event handler) protocol. *
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrunActionForKeyObjectArguments(java.lang.String event, java.lang.Object anObject, NSDictionary<?,?> dict)Called to trigger the event named 'path' on the receiver.
-
-
-
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.
-
-