|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The listener interface for receiving events that signal major or destructive changes in the ontology.
OntologyListener,
EvolutionManager.addEvolutionListener(EvolutionListener)| Method Summary | |
void |
associationDeleted(EvolutionEvent event)
Called by the EvolutionManager when an association is deleted. |
void |
topicDeleted(EvolutionEvent event)
Called by the EvolutionManager when a topic is deleted. |
void |
topicsMerged(EvolutionEvent event)
Called by the EvolutionManager when two topics are merged. |
| Method Detail |
public void topicDeleted(EvolutionEvent event)
EvolutionEvent.getConcept() contains the deleted topic.
event - the EvolutionEvent object containing the user and the deleted topicEvolutionManager.deleteTopic(User, Topic),
EvolutionManager.deleteTopicAndSubtopics(User, Topic)public void associationDeleted(EvolutionEvent event)
EvolutionEvent.getConcept() contains the deleted association.
event - the EvolutionEvent object containing the user and the deleted associationEvolutionManager.deleteAssociation(User, Association)public void topicsMerged(EvolutionEvent event)
EvolutionEvent.getConcept() contains one of the merged topics, EvolutionEvent.getTopic() the other.
event - the EvolutionEvent object containing the user and the two merged topicsEvolutionManager.mergeTopics(User, Topic, Topic)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||