public final class AtomicOperation extends Object
Modifier and Type | Field and Description |
---|---|
Object |
m_CustomObject
custom object associated with this Atomic operation.
|
S_LibraryObjectDefinition |
m_Definition
Definition for the operation.
|
S_LibraryObject |
m_Object
The target object for the operation
|
int |
m_OperationType
The type of operation
|
Constructor and Description |
---|
AtomicOperation(S_LibraryObject obj,
int operationType,
S_LibraryObjectDefinition sdef,
Object customObj)
Construct an AtomicOperation.
|
public S_LibraryObject m_Object
public int m_OperationType
public S_LibraryObjectDefinition m_Definition
public Object m_CustomObject
public AtomicOperation(S_LibraryObject obj, int operationType, S_LibraryObjectDefinition sdef, Object customObj)
obj
- the target object for this atomic operationoperationType
- the operation typesdef
- any options or info related to the atomic operationcustomObj
- the custom object that is related to the operationCopyright © 2023. All rights reserved.