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

com.github.panhongan.util.zookeeper.ZKEventPrcoessable Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
package com.github.panhongan.util.zookeeper;

import org.apache.zookeeper.WatchedEvent;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy