Class TopicModificationManager

java.lang.Object
net.ontopia.topicmaps.impl.utils.TopicModificationManager
All Implemented Interfaces:
Serializable, EventListenerIF, EventManagerIF

public class TopicModificationManager extends Object implements EventManagerIF, Serializable
INTERNAL: Event manager that fires TopicIF.modified events.

See Also:
  • Field Details

    • handlers

    • listeners

      protected Map<String,Set<EventListenerIF>> listeners
    • manager

      protected TopicModificationManager manager
    • cfactory

      protected CollectionFactoryIF cfactory
    • th

      protected net.ontopia.topicmaps.impl.utils.TopicModificationManager.TopicHandler th
    • bh

      protected net.ontopia.topicmaps.impl.utils.TopicModificationManager.TopicNameHandler bh
    • vh

      protected net.ontopia.topicmaps.impl.utils.TopicModificationManager.VariantNameHandler vh
    • oh

      protected net.ontopia.topicmaps.impl.utils.TopicModificationManager.OccurrenceHandler oh
    • rh

      protected net.ontopia.topicmaps.impl.utils.TopicModificationManager.AssociationRoleHandler rh
    • ah

      protected net.ontopia.topicmaps.impl.utils.TopicModificationManager.AssociationHandler ah
    • mh

      protected net.ontopia.topicmaps.impl.utils.TopicModificationManager.TopicMapHandler mh
  • Constructor Details

  • Method Details