Uses of Interface
com.identityworksllc.iiq.common.threads.LockingObjectReference.LockedObjectAction
-
Packages that use LockingObjectReference.LockedObjectAction Package Description com.identityworksllc.iiq.common.threads -
-
Uses of LockingObjectReference.LockedObjectAction in com.identityworksllc.iiq.common.threads
Methods in com.identityworksllc.iiq.common.threads with parameters of type LockingObjectReference.LockedObjectAction Modifier and Type Method Description void
LockingObjectReference. lockAndAct(LockingObjectReference.LockedObjectAction<T> action)
Locks the object, then passes it toaccept(Object)
.
-