当前页面: 
在线文档首页 > 
NetBeans API Javadoc 5.5.0 
Mutex.Action (NetBeans Utilities API) - NetBeans API Javadoc 5.5.0 
org.openide.util
Interface Mutex.Action
- All Superinterfaces: 
- Mutex.ExceptionAction
- Enclosing class:
- Mutex
- public static interface Mutex.Action 
- extends Mutex.ExceptionAction
Action to be executed in a mutex without throwing any checked exceptions.
 Unchecked exceptions will be propagated to calling code.
| Method Summary | 
|  Object | run()Execute the action.
 | 
 
run
Object run()
- Execute the action.
 
- 
- Specified by:
- runin interface- Mutex.ExceptionAction
 
- 
- Returns:
- any object, then returned from Mutex.readAccess(Mutex.Action)orMutex.writeAccess(Mutex.Action)