Interface ParseEventHandlerIF

  • All Known Implementing Classes:
    BuilderEventHandler, TemplateEventHandler

    public interface ParseEventHandlerIF
    INTERNAL: Interface implemented by event handlers which build the actual topic map, based on events received by the parser. In template definitions the events are stored to be replayed when the template is invoked. The state of generator objects may change after the event method has returned; to store generator objects between invocations it is necessary to make copies.