org.openide.util 7.18.1 1

Uses of Interface
org.openide.util.Mutex.Action

Packages that use Mutex.Action
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
 

Uses of Mutex.Action in org.openide.util
 

Methods in org.openide.util with parameters of type Mutex.Action
<T> T
Mutex.readAccess(Mutex.Action<T> action)
          Run an action only with read access.
<T> T
Mutex.writeAccess(Mutex.Action<T> action)
          Run an action with write access.
 


org.openide.util 7.18.1 1

Built on January 5 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.