|
What this is
Other links
The source code
package com.swabunga.spell.event;
import java.util.EventListener;
/**
* This is the event based listener interface.
*
* @author Jason Height (jheight@chariot.net.au)
*/
public interface SpellCheckListener extends EventListener {
public void spellingError(SpellCheckEvent event);
}
|
Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com