javax.enterprise.deploy.model
Interface XpathListener


public interface XpathListener

The listener interface for receiving XpathEvents.

Since:
1.0
Version:
$Revision: 1.1 $
Author:
Laurent Etiemble
See Also:
XpathEvent

Method Summary
 void fireXpathEvent(XpathEvent xpe)
          Called when a XPath Event occurs.
 

Method Detail

fireXpathEvent

public void fireXpathEvent(XpathEvent xpe)
Called when a XPath Event occurs.

Parameters:
xpe - The XPath Event


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.