Class RemoveOp
Extends
SyncOp.
Remove SyncOp.
Defined in: boxcs.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> <inner> |
RemoveOp(comp, slot)
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> <static> |
RemoveOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
|
- Methods borrowed from class SyncOp:
- getId, syncTo
- Methods borrowed from class BaseBajaObj:
- equals, valueOf
Class Detail
<private> <inner>
RemoveOp(comp, slot)
- Parameters:
- comp
- the Component the remove is happening upon.
- {baja.Slot} slot
- the Slot to remove from the Component.
Method Detail
<private> <static>
RemoveOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
- Parameters:
- comp
- the Component the remove is happening on.
- sp
- the syncOp data structure to be decoded.