org.kde.koala
Class KDirNotify

java.lang.Object
  extended by org.kde.koala.DCOPObject
      extended by org.kde.koala.KDirNotify
All Implemented Interfaces:
DCOPObjectInterface, org.kde.qt.QtSupport

public class KDirNotify
extends DCOPObject

An abstract class that receives notifications of added and removed files in any directory, local or remote. The information comes from the konqueror/kdesktop instance where the operation was done, and can interest KDirListers, bookmark handlers, etc.


Constructor Summary
protected KDirNotify(java.lang.Class dummy)
           
 
Method Summary
 
Methods inherited from class org.kde.koala.DCOPObject
callingDcopClient, connectDCOPSignal, disconnectDCOPSignal, dispose, emitDCOPSignal, finalize, find, functions, functionsDynamic, hasObject, interfaces, interfacesDynamic, isDisposed, objectName, objId, process, processDynamic, setCallingDcopClient, setObjId
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KDirNotify

protected KDirNotify(java.lang.Class dummy)