package skrueger.swing; public interface CancellableDialog extends Cancellable { public boolean isCancelled(); void cancelClose(); }