Package test
Class TestListener
- java.lang.Object
-
- net.anotheria.asg.util.listener.ServiceListenerAdapter
-
- test.TestListener
-
- All Implemented Interfaces:
net.anotheria.asg.util.listener.IServiceListener
public class TestListener extends net.anotheria.asg.util.listener.ServiceListenerAdapter
-
-
Constructor Summary
Constructors Constructor Description TestListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddocumentCreated(net.anotheria.asg.data.DataObject doc)voiddocumentDeleted(net.anotheria.asg.data.DataObject doc)
-
-
-
Method Detail
-
documentCreated
public void documentCreated(net.anotheria.asg.data.DataObject doc)
- Specified by:
documentCreatedin interfacenet.anotheria.asg.util.listener.IServiceListener- Overrides:
documentCreatedin classnet.anotheria.asg.util.listener.ServiceListenerAdapter
-
documentDeleted
public void documentDeleted(net.anotheria.asg.data.DataObject doc)
- Specified by:
documentDeletedin interfacenet.anotheria.asg.util.listener.IServiceListener- Overrides:
documentDeletedin classnet.anotheria.asg.util.listener.ServiceListenerAdapter
-
-