Interface CAAnimationDelegate

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
CAAnimationDelegateAdapter

public interface CAAnimationDelegate
extends NSObjectProtocol
  • Method Summary

    Modifier and Type Method Description
    void didStart​(CAAnimation anim)  
    void didStop​(CAAnimation anim, boolean flag)  
  • Method Details