Package org.exolab.adaptx.xslt.util
Interface MessageObserver
-
- All Known Implementing Classes:
DefaultObserver
,XSLTProcessor
public interface MessageObserver
A simple interface that allows xsl:message actions to be observed.- Version:
- $Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
- Author:
- Keith Visco
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
receiveMessage(java.lang.String message)
Signals an XSLT message notification
-