XMLElementChangeListener.java :  » Workflow-Engines » JaWE » org » enhydra » shark » xpdl » Java Open Source

Java Open Source » Workflow Engines » JaWE 
JaWE » org » enhydra » shark » xpdl » XMLElementChangeListener.java
package org.enhydra.shark.xpdl;

/**
 * This interface should be implemented by the class tend to be
 * listener for XPDL model changes.
 *
 * @author Sasa Bojanic
 */
public interface XMLElementChangeListener {

   void xmlElementChanged (XMLElementChangeInfo info);
   
}

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.