blob: ab0f020fa67dfb699966d896998520dbe17ad260 [file] [log] [blame]
package org.eclipse.swt.examples.addressbook;
/*
* (c) Copyright IBM Corp. 2000, 2002.
* This file is made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*/
public interface FindListener {
public boolean find();
}