- All Superinterfaces:
- EventListener
public interface DoneListener
extends EventListener
The listener interface for receiving done events.
The class that is interested in receiving done events implements
this interface, and the
object that is created from that class registers itself to
done events
generating sources. Registering and deregistering uses the standard
convention names, addDoneListener and
removeDoneListener. When a done event is fired
the gotDone of all registered done listeners is invoked.
- See Also:
CommandListener