1: package com.jclark.xml.parse;
2:
3: /**
4: * Information about the end of the refernce to an entity.
5: * @see com.jclark.xml.parse.base.Application#endEntityReference
6: * @version $Revision: 1.1 $ $Date: 1998/06/10 09:45:11 $
7: */
8: public interface EndEntityReferenceEvent {
9: }