Observable objects.See: Description
| Interface | Description |
|---|---|
| Action |
Actions can be used to notify observers and provide them with
additional information.
|
| Class | Description |
|---|---|
| AddAction |
When a concept or description is added, an add action can be used
to notify observers about the add action.
|
| DeleteAction |
When a concept or description is deleted, a delete action
can be used to notify observers about the deletion.
|
| MoveAction |
When a concept or description is moved within a myCBR project,
the move action can be used to notify observers about that move action.
|
| RenameAction |
When any part of a myCBR model is renamed, a rename action
can be used by that concept to notify its obsevers about the
rename action.
|
| Enum | Description |
|---|---|
| ActionType |
Enumerates action types.
|
Observable objects.