blob: 88d70e479144a513f63ccfb60fb05226b14683d5 [file] [log] [blame]
package org.eclipse.swt.examples.addressbook;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public interface FindListener {
public boolean find();
}