12 lines
289 B
XML
12 lines
289 B
XML
<interface name="com.soutade.GenericMonitor">
|
|
<method name="notify">
|
|
<arg type="s" direction="in" />
|
|
</method>
|
|
<method name="deleteItems">
|
|
<arg type="s" direction="in" />
|
|
</method>
|
|
<method name="deleteGroups">
|
|
<arg type="s" direction="in" />
|
|
</method>
|
|
</interface>
|