Class FireTopicOp
Extends
SyncOp.
Fire Topic SyncOp.
Defined in: boxcs.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> <inner> |
FireTopicOp(comp, slot, event)
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> <static> |
FireTopicOp.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>
FireTopicOp(comp, slot, event)
- Parameters:
- comp
- the Component the Topic is being fired from.
- {baja.Slot} slot
- the Topic Slot.
- event
- the event to be fired (can be null).
Method Detail
<private> <static>
FireTopicOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
- Parameters:
- comp
- the Component the Topic is being fired from.
- sp
- the syncOp data structure to be decoded.