Class EKEventEditViewAction


  • public final class EKEventEditViewAction
    extends java.lang.Object
    [@enum] EKEventEditViewAction Represents actions that should cause the edit view controller to be dismissed [@constant] EKEventEditViewActionCanceled The Cancel button was pressed, or the Done button was pressed, but the event was not dirty. [@constant] EKEventEditViewActionSaved The event was saved. [@constant] EKEventEditViewActionDeleted The event was deleted, either by the user or by another calendar store.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Canceled  
      static long Cancelled
      going away, use spelling above
      static long Deleted  
      static long Saved  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait