![JAR search and dependency download from the Maven repository](/logo.png)
com.jsftoolkit.utils.xmlpull.PullEvent Maven / Gradle / Ivy
package com.jsftoolkit.utils.xmlpull;
/**
* Marker interface for XML related events.
*
* @author noah
*
*/
public interface PullEvent {
/**
*
* @return a number indicating the event type
*/
short getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy