javax.enterprise.deploy.model
Interface XpathListener


public interface XpathListener

The listener interface for receiving xpath events.

Version:
$Revision: 37459 $
Author:
Adrian Brock

Method Summary
 void fireXpathEvent(XpathEvent xpe)
          Invoked when an xpath event occurs
 

Method Detail

fireXpathEvent

void fireXpathEvent(XpathEvent xpe)
Invoked when an xpath event occurs

Parameters:
xpe - the xpath event


Copyright © 2008 JBoss Inc.. All Rights Reserved.