All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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