org.kde.koala
Interface ReadWritePartSignals


public interface ReadWritePartSignals


Method Summary
 void sigQueryClose(boolean[] handled, boolean[] abortClosing)
          set handled to true, if you don't want the default handling set abortClosing to true, if you handled the request, but for any reason don't want to allow closing the document
 

Method Detail

sigQueryClose

void sigQueryClose(boolean[] handled,
                   boolean[] abortClosing)
set handled to true, if you don't want the default handling set abortClosing to true, if you handled the request, but for any reason don't want to allow closing the document