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

pha.java.util.zookeeper.IZKEventHandler Maven / Gradle / Ivy

package pha.java.util.zookeeper;

import org.apache.zookeeper.WatchedEvent;

public interface IZKEventHandler {
	
	public void handleCreateEvent(WatchedEvent event);
	
	public void handleDeleteEvent(WatchedEvent event);
	
	public void handleUpdateEvent(WatchedEvent event);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy