com.mindfusion.diagramming
Interface XmlReaderListener

All Superinterfaces:
java.util.EventListener

public interface XmlReaderListener
extends java.util.EventListener

Defines events that let you load custom tag data from XML files.


Method Summary
 void readTag(SerializeTagEvent e)
          Called when a tag object must be read.
 

Method Detail

readTag

void readTag(SerializeTagEvent e)
Called when a tag object must be read.

Parameters:
e - A SerializeTagEvent object providing information about the event.