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

test.TestListener Maven / Gradle / Ivy

The 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 - 2025 Weber Informatics LLC | Privacy Policy