All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.app.DPSContextNotification

public interface DPSContextNotification
This interface wraps the Objective-C protocol NSDPSContextNotification *


Method Index

 o contextFinishedExecuting(DPSContext)
A wrapper for the - contextFinishedExecuting: Objective-C instance method.

Methods

 o contextFinishedExecuting
 public abstract void contextFinishedExecuting(DPSContext context)
A wrapper for the - contextFinishedExecuting: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, DPSContextNotification, should be enough to head you in the right direction should you find more than one such method).


All Packages  Class Hierarchy  This Package  Previous  Next  Index