gnu.mail.treeutil
Interface StatusListener
- EventListener
public interface StatusListener
extends EventListener
A callback interface for passing status messages.
statusOperationEnded
public void statusOperationEnded(StatusEvent event)
An operation completed.
statusOperationStarted
public void statusOperationStarted(StatusEvent event)
An operation started.
statusProgressUpdate
public void statusProgressUpdate(StatusEvent event)
A progress update occurred.