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

test.TestListener Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package test;

import net.anotheria.asg.data.DataObject;
import net.anotheria.asg.util.listener.ServiceListenerAdapter;

public class TestListener extends ServiceListenerAdapter{

	@Override
	public void documentCreated(DataObject doc) {
		System.out.println("SDELAN DOKUMENT "+doc);
	}

	@Override
	public void documentDeleted(DataObject doc) {
		System.out.println("DOKUMENT  NAHUJ "+doc);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy