org.kde.koala

Interface ReadWritePartSignals

public interface ReadWritePartSignals

Method Summary
voidsigQueryClose(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

public 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

UNKNOWN: