All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.core.Locking

public interface Locking
This interface wraps the Objective-C protocol NSLocking *


Method Index

 o lock()
A wrapper for the - lock Objective-C instance method.
 o unlock()
A wrapper for the - unlock Objective-C instance method.

Methods

 o lock
 public abstract void lock()
A wrapper for the - lock Objective-C instance method.

 o unlock
 public abstract void unlock()
A wrapper for the - unlock Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index