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

io.continual.services.model.impl.session.NoopNotifier Maven / Gradle / Ivy

There is a newer version: 0.3.23
Show newest version
package io.continual.services.model.impl.session;

import io.continual.services.model.core.ModelNotificationService;
import io.continual.util.naming.Path;

public class NoopNotifier
	implements ModelNotificationService
{

	@Override
	public void onObjectCreate ( Path objectPath )
	{
		// TODO Auto-generated method stub

	}

	@Override
	public void onObjectUpdate ( Path objectPath )
	{
		// TODO Auto-generated method stub

	}

	@Override
	public void onObjectDelete ( Path objectPath )
	{
		// TODO Auto-generated method stub

	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy