Uses of Interface
de.dfki.mycbr.core.action.Action

Packages that use Action
de.dfki.mycbr.core.action Defines classes for specifying actions that operate on Observable objects. 
 

Uses of Action in de.dfki.mycbr.core.action
 

Classes in de.dfki.mycbr.core.action that implement Action
 class AddAction
          When a concept or description is added, an add action can be used to notify observers about the add action.
 class DeleteAction
          When a concept or description is deleted, a delete action can be used to notify observers about the deletion.
 class 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.
 class 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.